| Modifier and Type | Method and Description |
|---|---|
void |
GlobalInfra.get(String filter,
AsyncCallback<Infra> asyncCallback)
Read infra.
|
void |
InfraStub.get(String filter,
AsyncCallback<Infra> asyncCallback) |
void |
GlobalInfraStub.get(String filter,
AsyncCallback<Infra> asyncCallback) |
void |
Infra.get(String filter,
AsyncCallback<Infra> asyncCallback)
Read infra.
|
void |
GlobalInfra.get(String filter,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Read infra.
|
void |
InfraStub.get(String filter,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalInfraStub.get(String filter,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
Infra.get(String filter,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Read infra.
|
void |
GlobalInfra.patch(Infra infra,
Boolean enforceRevisionCheck,
AsyncCallback<Void> asyncCallback)
Patch API at infra level can be used in two flavours 1.
|
void |
InfraStub.patch(Infra infra,
Boolean enforceRevisionCheck,
AsyncCallback<Void> asyncCallback) |
void |
GlobalInfraStub.patch(Infra infra,
Boolean enforceRevisionCheck,
AsyncCallback<Void> asyncCallback) |
void |
Infra.patch(Infra infra,
Boolean enforceRevisionCheck,
AsyncCallback<Void> asyncCallback)
Patch API at infra level can be used in two flavours 1.
|
void |
GlobalInfra.patch(Infra infra,
Boolean enforceRevisionCheck,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch API at infra level can be used in two flavours 1.
|
void |
InfraStub.patch(Infra infra,
Boolean enforceRevisionCheck,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalInfraStub.patch(Infra infra,
Boolean enforceRevisionCheck,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Infra.patch(Infra infra,
Boolean enforceRevisionCheck,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch API at infra level can be used in two flavours 1.
|
void |
GlobalInfra.update(Infra infra,
AsyncCallback<Infra> asyncCallback)
Update the infra including all the nested entities
|
void |
InfraStub.update(Infra infra,
AsyncCallback<Infra> asyncCallback) |
void |
GlobalInfraStub.update(Infra infra,
AsyncCallback<Infra> asyncCallback) |
void |
Infra.update(Infra infra,
AsyncCallback<Infra> asyncCallback)
Update the infra including all the nested entities
|
void |
GlobalInfra.update(Infra infra,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Update the infra including all the nested entities
|
void |
InfraStub.update(Infra infra,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalInfraStub.update(Infra infra,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
Infra.update(Infra infra,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Update the infra including all the nested entities
|
| Modifier and Type | Method and Description |
|---|---|
void |
LdapIdentitySourcesStub.delete(String ldapIdentitySourceId,
AsyncCallback<Void> asyncCallback) |
void |
LdapIdentitySources.delete(String ldapIdentitySourceId,
AsyncCallback<Void> asyncCallback)
Delete an LDAP identity source.
|
void |
LdapIdentitySourcesStub.delete(String ldapIdentitySourceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LdapIdentitySources.delete(String ldapIdentitySourceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete an LDAP identity source.
|
void |
LdapIdentitySourcesStub.fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint,
AsyncCallback<PeerCertificateChain> asyncCallback) |
void |
LdapIdentitySources.fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint,
AsyncCallback<PeerCertificateChain> asyncCallback)
Attempt to connect to an LDAP server and retrieve the server certificate it
presents.
|
void |
LdapIdentitySourcesStub.fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint,
AsyncCallback<PeerCertificateChain> asyncCallback,
InvocationConfig invocationConfig) |
void |
LdapIdentitySources.fetchcertificate(IdentitySourceLdapServerEndpoint identitySourceLdapServerEndpoint,
AsyncCallback<PeerCertificateChain> asyncCallback,
InvocationConfig invocationConfig)
Attempt to connect to an LDAP server and retrieve the server certificate it
presents.
|
void |
LdapIdentitySourcesStub.get(String ldapIdentitySourceId,
AsyncCallback<Structure> asyncCallback) |
void |
LdapIdentitySources.get(String ldapIdentitySourceId,
AsyncCallback<Structure> asyncCallback)
Return details about one LDAP identity source
|
void |
LdapIdentitySourcesStub.get(String ldapIdentitySourceId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LdapIdentitySources.get(String ldapIdentitySourceId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Return details about one LDAP identity source
|
void |
LdapIdentitySourcesStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LdapIdentitySourceListResult> asyncCallback) |
void |
LdapIdentitySources.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LdapIdentitySourceListResult> asyncCallback)
Return a list of all configured LDAP identity sources.
|
void |
LdapIdentitySourcesStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LdapIdentitySourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LdapIdentitySources.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LdapIdentitySourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Return a list of all configured LDAP identity sources.
|
void |
LdapIdentitySourcesStub.probe(String ldapIdentitySourceId,
AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback) |
void |
LdapIdentitySources.probe(String ldapIdentitySourceId,
AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback)
Attempt to connect to an existing LDAP identity source and report any errors
encountered.
|
void |
LdapIdentitySourcesStub.probe(String ldapIdentitySourceId,
AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback,
InvocationConfig invocationConfig) |
void |
LdapIdentitySources.probe(String ldapIdentitySourceId,
AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback,
InvocationConfig invocationConfig)
Attempt to connect to an existing LDAP identity source and report any errors
encountered.
|
void |
LdapIdentitySourcesStub.probeidentitysource(Structure ldapIdentitySource,
AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback) |
void |
LdapIdentitySources.probeidentitysource(Structure ldapIdentitySource,
AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback)
Verify that the configuration of an LDAP identity source is correct before
actually creating the source.
|
void |
LdapIdentitySourcesStub.probeidentitysource(Structure ldapIdentitySource,
AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback,
InvocationConfig invocationConfig) |
void |
LdapIdentitySources.probeidentitysource(Structure ldapIdentitySource,
AsyncCallback<LdapIdentitySourceProbeResults> asyncCallback,
InvocationConfig invocationConfig)
Verify that the configuration of an LDAP identity source is correct before
actually creating the source.
|
void |
LdapIdentitySourcesStub.probeldapserver(IdentitySourceLdapServer identitySourceLdapServer,
AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback) |
void |
LdapIdentitySources.probeldapserver(IdentitySourceLdapServer identitySourceLdapServer,
AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback)
Attempt to connect to an LDAP server and ensure that the server can be contacted
using the given URL and authentication credentials.
|
void |
LdapIdentitySourcesStub.probeldapserver(IdentitySourceLdapServer identitySourceLdapServer,
AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LdapIdentitySources.probeldapserver(IdentitySourceLdapServer identitySourceLdapServer,
AsyncCallback<IdentitySourceLdapServerProbeResult> asyncCallback,
InvocationConfig invocationConfig)
Attempt to connect to an LDAP server and ensure that the server can be contacted
using the given URL and authentication credentials.
|
void |
LdapIdentitySourcesStub.update(String ldapIdentitySourceId,
Structure ldapIdentitySource,
AsyncCallback<Structure> asyncCallback) |
void |
LdapIdentitySources.update(String ldapIdentitySourceId,
Structure ldapIdentitySource,
AsyncCallback<Structure> asyncCallback)
Update the configuration of an existing LDAP identity source.
|
void |
LdapIdentitySourcesStub.update(String ldapIdentitySourceId,
Structure ldapIdentitySource,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LdapIdentitySources.update(String ldapIdentitySourceId,
Structure ldapIdentitySource,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Update the configuration of an existing LDAP identity source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchStub.create(String ldapIdentitySourceId,
String filterValue,
AsyncCallback<LdapIdentitySourceSearchResultList> asyncCallback) |
void |
Search.create(String ldapIdentitySourceId,
String filterValue,
AsyncCallback<LdapIdentitySourceSearchResultList> asyncCallback)
Search the LDAP identity source for users and groups that match the given
filter_value.
|
void |
SearchStub.create(String ldapIdentitySourceId,
String filterValue,
AsyncCallback<LdapIdentitySourceSearchResultList> asyncCallback,
InvocationConfig invocationConfig) |
void |
Search.create(String ldapIdentitySourceId,
String filterValue,
AsyncCallback<LdapIdentitySourceSearchResultList> asyncCallback,
InvocationConfig invocationConfig)
Search the LDAP identity source for users and groups that match the given
filter_value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(AsyncCallback<PolicyComplianceStatus> asyncCallback) |
void |
Status.get(AsyncCallback<PolicyComplianceStatus> asyncCallback)
Returns the compliance status and details of non compliant configuration
|
void |
StatusStub.get(AsyncCallback<PolicyComplianceStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(AsyncCallback<PolicyComplianceStatus> asyncCallback,
InvocationConfig invocationConfig)
Returns the compliance status and details of non compliant configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDefinitions.create(String enforcementPointId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback)
Create a Service Definition on given enforcement point.
|
void |
ServiceDefinitionsStub.create(String enforcementPointId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback) |
void |
ServiceDefinitions.create(String enforcementPointId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig)
Create a Service Definition on given enforcement point.
|
void |
ServiceDefinitionsStub.create(String enforcementPointId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceDefinitions.delete(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<Void> asyncCallback)
Delete an existing Service Definition on the given enforcement point.
|
void |
ServiceDefinitionsStub.delete(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceDefinitions.delete(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete an existing Service Definition on the given enforcement point.
|
void |
ServiceDefinitionsStub.delete(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceDefinitions.get(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<ServiceDefinition> asyncCallback)
Read Service Definition with given service-definition-id.
|
void |
ServiceDefinitionsStub.get(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<ServiceDefinition> asyncCallback) |
void |
ServiceDefinitions.get(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig)
Read Service Definition with given service-definition-id.
|
void |
ServiceDefinitionsStub.get(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceDefinitions.list(String enforcementPointId,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback)
List all Service Definitions registered on given enforcement point.
|
void |
ServiceDefinitionsStub.list(String enforcementPointId,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback) |
void |
ServiceDefinitions.list(String enforcementPointId,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
List all Service Definitions registered on given enforcement point.
|
void |
ServiceDefinitionsStub.list(String enforcementPointId,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceDefinitions.update(String enforcementPointId,
String serviceDefinitionId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback)
Update an existing Service Definition on the given enforcement point.
|
void |
ServiceDefinitionsStub.update(String enforcementPointId,
String serviceDefinitionId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback) |
void |
ServiceDefinitions.update(String enforcementPointId,
String serviceDefinitionId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig)
Update an existing Service Definition on the given enforcement point.
|
void |
ServiceDefinitionsStub.update(String enforcementPointId,
String serviceDefinitionId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
TraceflowsStub.create(String traceflowId,
String action,
AsyncCallback<TraceflowConfig> asyncCallback) |
void |
Traceflows.create(String traceflowId,
String action,
AsyncCallback<TraceflowConfig> asyncCallback)
This will retrace even if current traceflow has observations.
|
void |
TraceflowsStub.create(String traceflowId,
String action,
AsyncCallback<TraceflowConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Traceflows.create(String traceflowId,
String action,
AsyncCallback<TraceflowConfig> asyncCallback,
InvocationConfig invocationConfig)
This will retrace even if current traceflow has observations.
|
void |
ServicesStub.delete(String serviceId,
AsyncCallback<Void> asyncCallback) |
void |
PimProfiles.delete(String pimProfileId,
AsyncCallback<Void> asyncCallback)
Delete Pim Profile.
|
void |
Services.delete(String serviceId,
AsyncCallback<Void> asyncCallback)
Delete Service
|
void |
DhcpRelayConfigsStub.delete(String dhcpRelayConfigId,
AsyncCallback<Void> asyncCallback) |
void |
IgmpProfiles.delete(String igmpProfileId,
AsyncCallback<Void> asyncCallback)
Delete Igmp Profile.
|
void |
Tier1s.delete(String tier1Id,
AsyncCallback<Void> asyncCallback)
Delete Tier-1 configuration
|
void |
TraceflowsStub.delete(String traceflowId,
AsyncCallback<Void> asyncCallback) |
void |
DhcpServerConfigsStub.delete(String dhcpServerConfigId,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarderZonesStub.delete(String dnsForwarderZoneId,
AsyncCallback<Void> asyncCallback) |
void |
Tier0sStub.delete(String tier0Id,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnIkeProfilesStub.delete(String ikeProfileId,
AsyncCallback<Void> asyncCallback) |
void |
PimProfilesStub.delete(String pimProfileId,
AsyncCallback<Void> asyncCallback) |
void |
MetadataProxiesStub.delete(String metadataProxyId,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarderZones.delete(String dnsForwarderZoneId,
AsyncCallback<Void> asyncCallback)
Delete the DNS Forwarder Zone
|
void |
IpsecVpnTunnelProfiles.delete(String tunnelProfileId,
AsyncCallback<Void> asyncCallback)
Delete custom IPSec tunnel Profile.
|
void |
Tier0s.delete(String tier0Id,
AsyncCallback<Void> asyncCallback)
Delete Tier-0
|
void |
IpsecVpnTunnelProfilesStub.delete(String tunnelProfileId,
AsyncCallback<Void> asyncCallback) |
void |
DraftsStub.delete(String draftId,
AsyncCallback<Void> asyncCallback) |
void |
IpfixCollectorProfilesStub.delete(String ipfixCollectorProfileId,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnDpdProfiles.delete(String dpdProfileId,
AsyncCallback<Void> asyncCallback)
Delete custom dead peer detection (DPD) profile.
|
void |
MetadataProxies.delete(String metadataProxyId,
AsyncCallback<Void> asyncCallback)
API will delete Metadata Proxy Config with ID profile-id
|
void |
Drafts.delete(String draftId,
AsyncCallback<Void> asyncCallback)
Delete a manual draft.
|
void |
IgmpProfilesStub.delete(String igmpProfileId,
AsyncCallback<Void> asyncCallback) |
void |
IpfixCollectorProfiles.delete(String ipfixCollectorProfileId,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX collector profile.
|
void |
DhcpServerConfigs.delete(String dhcpServerConfigId,
AsyncCallback<Void> asyncCallback)
Delete DHCP server configuration
|
void |
IpsecVpnDpdProfilesStub.delete(String dpdProfileId,
AsyncCallback<Void> asyncCallback) |
void |
DhcpRelayConfigs.delete(String dhcpRelayConfigId,
AsyncCallback<Void> asyncCallback)
Delete DHCP relay configuration
|
void |
Segments.delete(String segmentId,
AsyncCallback<Void> asyncCallback)
Delete infra segment
|
void |
Tier1sStub.delete(String tier1Id,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnIkeProfiles.delete(String ikeProfileId,
AsyncCallback<Void> asyncCallback)
Delete custom IKE Profile.
|
void |
Traceflows.delete(String traceflowId,
AsyncCallback<Void> asyncCallback)
Delete traceflow config with id traceflow-id
|
void |
SegmentsStub.delete(String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
ServicesStub.delete(String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PimProfiles.delete(String pimProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Pim Profile.
|
void |
Services.delete(String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Service
|
void |
DhcpRelayConfigsStub.delete(String dhcpRelayConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IgmpProfiles.delete(String igmpProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Igmp Profile.
|
void |
Tier1s.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 configuration
|
void |
TraceflowsStub.delete(String traceflowId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigsStub.delete(String dhcpServerConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZonesStub.delete(String dnsForwarderZoneId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0sStub.delete(String tier0Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.delete(String ikeProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PimProfilesStub.delete(String pimProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
MetadataProxiesStub.delete(String metadataProxyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.delete(String dnsForwarderZoneId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the DNS Forwarder Zone
|
void |
IpsecVpnTunnelProfiles.delete(String tunnelProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete custom IPSec tunnel Profile.
|
void |
Tier0s.delete(String tier0Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0
|
void |
IpsecVpnTunnelProfilesStub.delete(String tunnelProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DraftsStub.delete(String draftId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfilesStub.delete(String ipfixCollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.delete(String dpdProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete custom dead peer detection (DPD) profile.
|
void |
MetadataProxies.delete(String metadataProxyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Metadata Proxy Config with ID profile-id
|
void |
Drafts.delete(String draftId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a manual draft.
|
void |
IgmpProfilesStub.delete(String igmpProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.delete(String ipfixCollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX collector profile.
|
void |
DhcpServerConfigs.delete(String dhcpServerConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DHCP server configuration
|
void |
IpsecVpnDpdProfilesStub.delete(String dpdProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.delete(String dhcpRelayConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DHCP relay configuration
|
void |
Segments.delete(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete infra segment
|
void |
Tier1sStub.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.delete(String ikeProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete custom IKE Profile.
|
void |
Traceflows.delete(String traceflowId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete traceflow config with id traceflow-id
|
void |
SegmentsStub.delete(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdProfilesStub.delete(String bfdProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Ipv6DadProfilesStub.delete(String dadProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
IpfixDfwProfiles.delete(String ipfixDfwProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX DFW Profile.
|
void |
FirewallSchedulers.delete(String firewallSchedulerId,
Boolean force,
AsyncCallback<Void> asyncCallback)
Deletes the specified PolicyFirewallScheduler.
|
void |
Ipv6DadProfiles.delete(String dadProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Delete IPv6 DAD profile
|
void |
Sites.delete(String siteId,
Boolean force,
AsyncCallback<Void> asyncCallback)
Delete a site under Infra.
|
void |
IpfixDfwCollectorProfilesStub.delete(String ipfixDfwCollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
IpfixL2CollectorProfilesStub.delete(String ipfixL2CollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringProfiles.delete(String portMirroringProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
API will delete port mirroring profile.
|
void |
GatewayQosProfilesStub.delete(String qosProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
BfdProfiles.delete(String bfdProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Delete BFD Config and all the entities contained by this BfdProfile.
|
void |
PortMirroringProfilesStub.delete(String portMirroringProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
GatewayQosProfiles.delete(String qosProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Delete QoS profile
|
void |
IpfixL2Profiles.delete(String ipfixL2ProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX L2 Profile.
|
void |
IpfixDfwCollectorProfiles.delete(String ipfixDfwCollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX dfw collector profile.
|
void |
FirewallSchedulersStub.delete(String firewallSchedulerId,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
IpfixDfwProfilesStub.delete(String ipfixDfwProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Ipv6NdraProfilesStub.delete(String ndraProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
IpfixL2CollectorProfiles.delete(String ipfixL2CollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX collector profile.
|
void |
Ipv6NdraProfiles.delete(String ndraProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Delete IPv6 NDRA profile
|
void |
SitesStub.delete(String siteId,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
IpfixL2ProfilesStub.delete(String ipfixL2ProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
BfdProfilesStub.delete(String bfdProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.delete(String dadProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwProfiles.delete(String ipfixDfwProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX DFW Profile.
|
void |
FirewallSchedulers.delete(String firewallSchedulerId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the specified PolicyFirewallScheduler.
|
void |
Ipv6DadProfiles.delete(String dadProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPv6 DAD profile
|
void |
Sites.delete(String siteId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a site under Infra.
|
void |
IpfixDfwCollectorProfilesStub.delete(String ipfixDfwCollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.delete(String ipfixL2CollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.delete(String portMirroringProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete port mirroring profile.
|
void |
GatewayQosProfilesStub.delete(String qosProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdProfiles.delete(String bfdProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete BFD Config and all the entities contained by this BfdProfile.
|
void |
PortMirroringProfilesStub.delete(String portMirroringProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayQosProfiles.delete(String qosProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete QoS profile
|
void |
IpfixL2Profiles.delete(String ipfixL2ProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX L2 Profile.
|
void |
IpfixDfwCollectorProfiles.delete(String ipfixDfwCollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX dfw collector profile.
|
void |
FirewallSchedulersStub.delete(String firewallSchedulerId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwProfilesStub.delete(String ipfixDfwProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfilesStub.delete(String ndraProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.delete(String ipfixL2CollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX collector profile.
|
void |
Ipv6NdraProfiles.delete(String ndraProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPv6 NDRA profile
|
void |
SitesStub.delete(String siteId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2ProfilesStub.delete(String ipfixL2ProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.delete0(String segmentId,
AsyncCallback<Void> asyncCallback)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
Segments.delete0(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdProfilesStub.get(String bfdProfileId,
AsyncCallback<BfdProfile> asyncCallback) |
void |
BfdProfiles.get(String bfdProfileId,
AsyncCallback<BfdProfile> asyncCallback)
Read a BfdProfile.
|
void |
BfdProfilesStub.get(String bfdProfileId,
AsyncCallback<BfdProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdProfiles.get(String bfdProfileId,
AsyncCallback<BfdProfile> asyncCallback,
InvocationConfig invocationConfig)
Read a BfdProfile.
|
void |
DhcpRelayConfigsStub.get(String dhcpRelayConfigId,
AsyncCallback<DhcpRelayConfig> asyncCallback) |
void |
DhcpRelayConfigs.get(String dhcpRelayConfigId,
AsyncCallback<DhcpRelayConfig> asyncCallback)
Read DHCP relay configuration
|
void |
DhcpRelayConfigsStub.get(String dhcpRelayConfigId,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.get(String dhcpRelayConfigId,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP relay configuration
|
void |
DhcpServerConfigsStub.get(String dhcpServerConfigId,
AsyncCallback<DhcpServerConfig> asyncCallback) |
void |
DhcpServerConfigs.get(String dhcpServerConfigId,
AsyncCallback<DhcpServerConfig> asyncCallback)
Read DHCP server configuration
|
void |
DhcpServerConfigsStub.get(String dhcpServerConfigId,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.get(String dhcpServerConfigId,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP server configuration
|
void |
Domains.get(String domainId,
AsyncCallback<Domain> asyncCallback)
Read a domain.
|
void |
DomainsStub.get(String domainId,
AsyncCallback<Domain> asyncCallback) |
void |
Domains.get(String domainId,
AsyncCallback<Domain> asyncCallback,
InvocationConfig invocationConfig)
Read a domain.
|
void |
DomainsStub.get(String domainId,
AsyncCallback<Domain> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayQosProfilesStub.get(String qosProfileId,
AsyncCallback<GatewayQosProfile> asyncCallback) |
void |
GatewayQosProfiles.get(String qosProfileId,
AsyncCallback<GatewayQosProfile> asyncCallback)
Read gateway QoS profile
|
void |
GatewayQosProfilesStub.get(String qosProfileId,
AsyncCallback<GatewayQosProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayQosProfiles.get(String qosProfileId,
AsyncCallback<GatewayQosProfile> asyncCallback,
InvocationConfig invocationConfig)
Read gateway QoS profile
|
void |
IpfixCollectorProfilesStub.get(String ipfixCollectorProfileId,
AsyncCallback<IPFIXCollectorProfile> asyncCallback) |
void |
IpfixCollectorProfiles.get(String ipfixCollectorProfileId,
AsyncCallback<IPFIXCollectorProfile> asyncCallback)
API will return details of IPFIX collector profile.
|
void |
IpfixCollectorProfilesStub.get(String ipfixCollectorProfileId,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.get(String ipfixCollectorProfileId,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX collector profile.
|
void |
IpfixDfwCollectorProfilesStub.get(String ipfixDfwCollectorProfileId,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback) |
void |
IpfixDfwCollectorProfiles.get(String ipfixDfwCollectorProfileId,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback)
API will return details of IPFIX dfw collector profile.
|
void |
IpfixDfwCollectorProfilesStub.get(String ipfixDfwCollectorProfileId,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.get(String ipfixDfwCollectorProfileId,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX dfw collector profile.
|
void |
IpfixDfwProfiles.get(String ipfixDfwProfileId,
AsyncCallback<IPFIXDFWProfile> asyncCallback)
API will return details of IPFIX DFW profile.
|
void |
IpfixDfwProfilesStub.get(String ipfixDfwProfileId,
AsyncCallback<IPFIXDFWProfile> asyncCallback) |
void |
IpfixDfwProfiles.get(String ipfixDfwProfileId,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX DFW profile.
|
void |
IpfixDfwProfilesStub.get(String ipfixDfwProfileId,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.get(String ipfixL2CollectorProfileId,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback) |
void |
IpfixL2CollectorProfiles.get(String ipfixL2CollectorProfileId,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback)
API will return details of IPFIX collector profile.
|
void |
IpfixL2CollectorProfilesStub.get(String ipfixL2CollectorProfileId,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.get(String ipfixL2CollectorProfileId,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX collector profile.
|
void |
IpfixL2Profiles.get(String ipfixL2ProfileId,
AsyncCallback<IPFIXL2Profile> asyncCallback)
API will return details of IPFIX L2 profile.
|
void |
IpfixL2ProfilesStub.get(String ipfixL2ProfileId,
AsyncCallback<IPFIXL2Profile> asyncCallback) |
void |
IpfixL2Profiles.get(String ipfixL2ProfileId,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX L2 profile.
|
void |
IpfixL2ProfilesStub.get(String ipfixL2ProfileId,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.get(String dpdProfileId,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback)
Get custom dead peer detection (DPD) profile, given the particular id.
|
void |
IpsecVpnDpdProfilesStub.get(String dpdProfileId,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback) |
void |
IpsecVpnDpdProfiles.get(String dpdProfileId,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig)
Get custom dead peer detection (DPD) profile, given the particular id.
|
void |
IpsecVpnDpdProfilesStub.get(String dpdProfileId,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.get(String ikeProfileId,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback) |
void |
IpsecVpnIkeProfiles.get(String ikeProfileId,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback)
Get custom IKE Profile, given the particular id.
|
void |
IpsecVpnIkeProfilesStub.get(String ikeProfileId,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.get(String ikeProfileId,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig)
Get custom IKE Profile, given the particular id.
|
void |
IpsecVpnTunnelProfiles.get(String tunnelProfileId,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback)
Get custom IPSec tunnel Profile, given the particular id.
|
void |
IpsecVpnTunnelProfilesStub.get(String tunnelProfileId,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback) |
void |
IpsecVpnTunnelProfiles.get(String tunnelProfileId,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig)
Get custom IPSec tunnel Profile, given the particular id.
|
void |
IpsecVpnTunnelProfilesStub.get(String tunnelProfileId,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.get(String dadProfileId,
AsyncCallback<Ipv6DadProfile> asyncCallback) |
void |
Ipv6DadProfiles.get(String dadProfileId,
AsyncCallback<Ipv6DadProfile> asyncCallback)
Read IPv6 DAD profile
|
void |
Ipv6DadProfilesStub.get(String dadProfileId,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.get(String dadProfileId,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig)
Read IPv6 DAD profile
|
void |
Ipv6NdraProfilesStub.get(String ndraProfileId,
AsyncCallback<Ipv6NdraProfile> asyncCallback) |
void |
Ipv6NdraProfiles.get(String ndraProfileId,
AsyncCallback<Ipv6NdraProfile> asyncCallback)
Read IPv6 NDRA profile
|
void |
Ipv6NdraProfilesStub.get(String ndraProfileId,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.get(String ndraProfileId,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig)
Read IPv6 NDRA profile
|
void |
MetadataProxiesStub.get(String metadataProxyId,
AsyncCallback<MetadataProxyConfig> asyncCallback) |
void |
MetadataProxies.get(String metadataProxyId,
AsyncCallback<MetadataProxyConfig> asyncCallback)
API will read Metadata Proxy Config with ID profile-id
|
void |
MetadataProxiesStub.get(String metadataProxyId,
AsyncCallback<MetadataProxyConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
MetadataProxies.get(String metadataProxyId,
AsyncCallback<MetadataProxyConfig> asyncCallback,
InvocationConfig invocationConfig)
API will read Metadata Proxy Config with ID profile-id
|
void |
DnsForwarderZonesStub.get(String dnsForwarderZoneId,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback) |
void |
DnsForwarderZones.get(String dnsForwarderZoneId,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback)
Read the DNS Forwarder Zone
|
void |
DnsForwarderZonesStub.get(String dnsForwarderZoneId,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.get(String dnsForwarderZoneId,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig)
Read the DNS Forwarder Zone
|
void |
DraftsStub.get(String draftId,
AsyncCallback<PolicyDraft> asyncCallback) |
void |
Drafts.get(String draftId,
AsyncCallback<PolicyDraft> asyncCallback)
Read a draft for a given draft identifier.
|
void |
DraftsStub.get(String draftId,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.get(String draftId,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig)
Read a draft for a given draft identifier.
|
void |
FirewallSchedulers.get(String firewallSchedulerId,
AsyncCallback<PolicyFirewallScheduler> asyncCallback)
Get a PolicyFirewallScheduler by id
|
void |
FirewallSchedulersStub.get(String firewallSchedulerId,
AsyncCallback<PolicyFirewallScheduler> asyncCallback) |
void |
FirewallSchedulers.get(String firewallSchedulerId,
AsyncCallback<PolicyFirewallScheduler> asyncCallback,
InvocationConfig invocationConfig)
Get a PolicyFirewallScheduler by id
|
void |
FirewallSchedulersStub.get(String firewallSchedulerId,
AsyncCallback<PolicyFirewallScheduler> asyncCallback,
InvocationConfig invocationConfig) |
void |
IgmpProfiles.get(String igmpProfileId,
AsyncCallback<PolicyIgmpProfile> asyncCallback)
Read Igmp Profile.
|
void |
IgmpProfilesStub.get(String igmpProfileId,
AsyncCallback<PolicyIgmpProfile> asyncCallback) |
void |
IgmpProfiles.get(String igmpProfileId,
AsyncCallback<PolicyIgmpProfile> asyncCallback,
InvocationConfig invocationConfig)
Read Igmp Profile.
|
void |
IgmpProfilesStub.get(String igmpProfileId,
AsyncCallback<PolicyIgmpProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
PimProfiles.get(String pimProfileId,
AsyncCallback<PolicyPimProfile> asyncCallback)
Read Pim Profile.
|
void |
PimProfilesStub.get(String pimProfileId,
AsyncCallback<PolicyPimProfile> asyncCallback) |
void |
PimProfiles.get(String pimProfileId,
AsyncCallback<PolicyPimProfile> asyncCallback,
InvocationConfig invocationConfig)
Read Pim Profile.
|
void |
PimProfilesStub.get(String pimProfileId,
AsyncCallback<PolicyPimProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.get(String portMirroringProfileId,
AsyncCallback<PortMirroringProfile> asyncCallback)
API will return details of port mirroring profile.
|
void |
PortMirroringProfilesStub.get(String portMirroringProfileId,
AsyncCallback<PortMirroringProfile> asyncCallback) |
void |
PortMirroringProfiles.get(String portMirroringProfileId,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of port mirroring profile.
|
void |
PortMirroringProfilesStub.get(String portMirroringProfileId,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.get(String segmentId,
AsyncCallback<Segment> asyncCallback)
Read infra segment
|
void |
SegmentsStub.get(String segmentId,
AsyncCallback<Segment> asyncCallback) |
void |
Segments.get(String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
Read infra segment
|
void |
SegmentsStub.get(String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServicesStub.get(String serviceId,
AsyncCallback<Service> asyncCallback) |
void |
Services.get(String serviceId,
AsyncCallback<Service> asyncCallback)
Read a service
|
void |
ServicesStub.get(String serviceId,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.get(String serviceId,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig)
Read a service
|
void |
Sites.get(String siteId,
AsyncCallback<Site> asyncCallback)
Read a site under Infra.
|
void |
SitesStub.get(String siteId,
AsyncCallback<Site> asyncCallback) |
void |
Sites.get(String siteId,
AsyncCallback<Site> asyncCallback,
InvocationConfig invocationConfig)
Read a site under Infra.
|
void |
SitesStub.get(String siteId,
AsyncCallback<Site> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0sStub.get(String tier0Id,
AsyncCallback<Tier0> asyncCallback) |
void |
Tier0s.get(String tier0Id,
AsyncCallback<Tier0> asyncCallback)
Read Tier-0
|
void |
Tier0sStub.get(String tier0Id,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.get(String tier0Id,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0
|
void |
Tier1s.get(String tier1Id,
AsyncCallback<Tier1> asyncCallback)
Read Tier-1 configuration
|
void |
Tier1sStub.get(String tier1Id,
AsyncCallback<Tier1> asyncCallback) |
void |
Tier1s.get(String tier1Id,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 configuration
|
void |
Tier1sStub.get(String tier1Id,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig) |
void |
TraceflowsStub.get(String traceflowId,
AsyncCallback<TraceflowConfig> asyncCallback) |
void |
Traceflows.get(String traceflowId,
AsyncCallback<TraceflowConfig> asyncCallback)
Read traceflow config with id traceflow-id.
|
void |
TraceflowsStub.get(String traceflowId,
AsyncCallback<TraceflowConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Traceflows.get(String traceflowId,
AsyncCallback<TraceflowConfig> asyncCallback,
InvocationConfig invocationConfig)
Read traceflow config with id traceflow-id.
|
void |
DraftsStub.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDraftListResult> asyncCallback) |
void |
Drafts.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDraftListResult> asyncCallback)
List policy drafts.
|
void |
DraftsStub.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDraftListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDraftListResult> asyncCallback,
InvocationConfig invocationConfig)
List policy drafts.
|
void |
ServicesStub.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceListResult> asyncCallback) |
void |
Services.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceListResult> asyncCallback)
Paginated list of Services for infra.
|
void |
ServicesStub.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of Services for infra.
|
void |
BfdProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BfdProfileListResult> asyncCallback) |
void |
BfdProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BfdProfileListResult> asyncCallback)
Paginated list of all BfdProfiles.
|
void |
BfdProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BfdProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BfdProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all BfdProfiles.
|
void |
DhcpRelayConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpRelayConfigListResult> asyncCallback) |
void |
DhcpRelayConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpRelayConfigListResult> asyncCallback)
Paginated list of all DHCP relay config instances
|
void |
DhcpRelayConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpRelayConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpRelayConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP relay config instances
|
void |
DhcpServerConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerConfigListResult> asyncCallback) |
void |
DhcpServerConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerConfigListResult> asyncCallback)
Paginated list of all DHCP server config instances
|
void |
DhcpServerConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP server config instances
|
void |
Domains.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainListResult> asyncCallback)
Paginated list of all domains for infra.
|
void |
DomainsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainListResult> asyncCallback) |
void |
Domains.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all domains for infra.
|
void |
DomainsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayQosProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayQosProfileListResult> asyncCallback) |
void |
GatewayQosProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayQosProfileListResult> asyncCallback)
Paginated list of all gateway QoS profle instances
|
void |
GatewayQosProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayQosProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayQosProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayQosProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all gateway QoS profle instances
|
void |
IpfixCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXCollectorProfileListResult> asyncCallback) |
void |
IpfixCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXCollectorProfileListResult> asyncCallback)
API will provide list of all IPFIX collector profiles and their details.
|
void |
IpfixCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will provide list of all IPFIX collector profiles and their details.
|
void |
IpfixDfwCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWCollectorProfileListResult> asyncCallback) |
void |
IpfixDfwCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWCollectorProfileListResult> asyncCallback)
API will provide list of all IPFIX dfw collector profiles and their details.
|
void |
IpfixDfwCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will provide list of all IPFIX dfw collector profiles and their details.
|
void |
IpfixDfwProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWProfileListResult> asyncCallback)
API provides list IPFIX DFW profiles available on selected logical DFW.
|
void |
IpfixDfwProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWProfileListResult> asyncCallback) |
void |
IpfixDfwProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API provides list IPFIX DFW profiles available on selected logical DFW.
|
void |
IpfixDfwProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback) |
void |
IpfixL2CollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback)
API will provide list of all IPFIX collector profiles and their details.
|
void |
IpfixL2CollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will provide list of all IPFIX collector profiles and their details.
|
void |
IpfixL2Profiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2ProfileListResult> asyncCallback)
API provides list IPFIX L2 Profiles available on selected logical l2.
|
void |
IpfixL2ProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2ProfileListResult> asyncCallback) |
void |
IpfixL2Profiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2ProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API provides list IPFIX L2 Profiles available on selected logical l2.
|
void |
IpfixL2ProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2ProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnDpdProfileListResult> asyncCallback)
Get paginated list of all DPD Profiles.
|
void |
IpsecVpnDpdProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnDpdProfileListResult> asyncCallback) |
void |
IpsecVpnDpdProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnDpdProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all DPD Profiles.
|
void |
IpsecVpnDpdProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnDpdProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnIkeProfileListResult> asyncCallback) |
void |
IpsecVpnIkeProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnIkeProfileListResult> asyncCallback)
Get paginated list of all IKE Profiles.
|
void |
IpsecVpnIkeProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnIkeProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnIkeProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IKE Profiles.
|
void |
IpsecVpnTunnelProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnTunnelProfileListResult> asyncCallback)
Get paginated list of all IPSec tunnel Profiles.
|
void |
IpsecVpnTunnelProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnTunnelProfileListResult> asyncCallback) |
void |
IpsecVpnTunnelProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnTunnelProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec tunnel Profiles.
|
void |
IpsecVpnTunnelProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnTunnelProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6DadProfileListResult> asyncCallback) |
void |
Ipv6DadProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6DadProfileListResult> asyncCallback)
Paginated list of all IPv6 DAD profile instances
|
void |
Ipv6DadProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6DadProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6DadProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all IPv6 DAD profile instances
|
void |
Ipv6NdraProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6NdraProfileListResult> asyncCallback) |
void |
Ipv6NdraProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6NdraProfileListResult> asyncCallback)
Paginated list of all IPv6 NDRA profile instances
|
void |
Ipv6NdraProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6NdraProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6NdraProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all IPv6 NDRA profile instances
|
void |
MetadataProxiesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<MetadataProxyConfigListResult> asyncCallback) |
void |
MetadataProxies.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<MetadataProxyConfigListResult> asyncCallback)
List all L2 Metadata Proxy Configurations
|
void |
MetadataProxiesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<MetadataProxyConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
MetadataProxies.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<MetadataProxyConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
List all L2 Metadata Proxy Configurations
|
void |
DnsForwarderZonesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDnsForwarderZoneListResult> asyncCallback) |
void |
DnsForwarderZones.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDnsForwarderZoneListResult> asyncCallback)
Paginated list of all Dns Forwarder Zones
|
void |
DnsForwarderZonesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDnsForwarderZoneListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDnsForwarderZoneListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Dns Forwarder Zones
|
void |
FirewallSchedulers.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSchedulerListResult> asyncCallback)
Get all PolicyFirewallSchedulers
|
void |
FirewallSchedulersStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSchedulerListResult> asyncCallback) |
void |
FirewallSchedulers.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSchedulerListResult> asyncCallback,
InvocationConfig invocationConfig)
Get all PolicyFirewallSchedulers
|
void |
FirewallSchedulersStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSchedulerListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IgmpProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyIgmpProfileListResult> asyncCallback)
List all igmp profile.
|
void |
IgmpProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyIgmpProfileListResult> asyncCallback) |
void |
IgmpProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyIgmpProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
List all igmp profile.
|
void |
IgmpProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyIgmpProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PimProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyPimProfileListResult> asyncCallback)
List all pim profile.
|
void |
PimProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyPimProfileListResult> asyncCallback) |
void |
PimProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyPimProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
List all pim profile.
|
void |
PimProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyPimProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
UrlCategoriesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlCategoryListResult> asyncCallback) |
void |
UrlCategories.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlCategoryListResult> asyncCallback)
Gets the list of categories.
|
void |
UrlCategoriesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlCategoryListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
UrlCategories.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlCategoryListResult> asyncCallback,
InvocationConfig invocationConfig)
Gets the list of categories.
|
void |
UrlReputationSeverities.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlReputationSeverityListResult> asyncCallback)
Gets the list of reputation severities.
|
void |
UrlReputationSeveritiesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlReputationSeverityListResult> asyncCallback) |
void |
UrlReputationSeverities.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlReputationSeverityListResult> asyncCallback,
InvocationConfig invocationConfig)
Gets the list of reputation severities.
|
void |
UrlReputationSeveritiesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlReputationSeverityListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback)
Paginated list of all segments under infra.
|
void |
SegmentsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback) |
void |
Segments.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all segments under infra.
|
void |
SegmentsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sites.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SiteListResult> asyncCallback)
List Sites under Infra.
|
void |
SitesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SiteListResult> asyncCallback) |
void |
Sites.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SiteListResult> asyncCallback,
InvocationConfig invocationConfig)
List Sites under Infra.
|
void |
SitesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SiteListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0sStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0ListResult> asyncCallback) |
void |
Tier0s.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0ListResult> asyncCallback)
Paginated list of all Tier-0s
|
void |
Tier0sStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0ListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0ListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0s
|
void |
TraceflowsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<TraceflowConfigListResult> asyncCallback) |
void |
Traceflows.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<TraceflowConfigListResult> asyncCallback)
Paginated list of all TraceflowConfig for infra.
|
void |
TraceflowsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<TraceflowConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Traceflows.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<TraceflowConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all TraceflowConfig for infra.
|
void |
Tags.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String source,
String tag,
AsyncCallback<TagInfoListResult> asyncCallback)
Returns paginated list of all unique tags.
|
void |
TagsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String source,
String tag,
AsyncCallback<TagInfoListResult> asyncCallback) |
void |
Tags.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String source,
String tag,
AsyncCallback<TagInfoListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns paginated list of all unique tags.
|
void |
TagsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String source,
String tag,
AsyncCallback<TagInfoListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupServiceAssociations.list(String intentPath,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)
The API returns all the services associated with the given Group.
|
void |
GroupServiceAssociationsStub.list(String intentPath,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback) |
void |
GroupServiceAssociations.list(String intentPath,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback,
InvocationConfig invocationConfig)
The API returns all the services associated with the given Group.
|
void |
GroupServiceAssociationsStub.list(String intentPath,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringProfileListResult> asyncCallback)
API will list all port mirroring profiles group.
|
void |
PortMirroringProfilesStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringProfileListResult> asyncCallback) |
void |
PortMirroringProfiles.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all port mirroring profiles group.
|
void |
PortMirroringProfilesStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualNetworkInterfaceGroupAssociations.list(String vifExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback)
Get policy groups for which the given VIF is a member.
|
void |
VirtualNetworkInterfaceGroupAssociationsStub.list(String vifExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback) |
void |
VirtualMachineGroupAssociationsStub.list(String vmExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback) |
void |
GroupAssociationsStub.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback) |
void |
VirtualMachineGroupAssociations.list(String vmExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback)
Get policy groups for which the given VM is a member.
|
void |
IpAddressGroupAssociations.list(String ipAddress,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback)
Get policy groups for which the given IP address is a member.
|
void |
GroupAssociations.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback)
Get policy groups for which the given object is a member.
|
void |
IpAddressGroupAssociationsStub.list(String ipAddress,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback) |
void |
VirtualNetworkInterfaceGroupAssociations.list(String vifExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig)
Get policy groups for which the given VIF is a member.
|
void |
VirtualNetworkInterfaceGroupAssociationsStub.list(String vifExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachineGroupAssociationsStub.list(String vmExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupAssociationsStub.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachineGroupAssociations.list(String vmExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig)
Get policy groups for which the given VM is a member.
|
void |
IpAddressGroupAssociations.list(String ipAddress,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig)
Get policy groups for which the given IP address is a member.
|
void |
GroupAssociations.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig)
Get policy groups for which the given object is a member.
|
void |
IpAddressGroupAssociationsStub.list(String ipAddress,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalManagerConfigStub.patch(GlobalManagerConfig globalManagerConfig,
AsyncCallback<Void> asyncCallback) |
void |
GlobalManagerConfig.patch(GlobalManagerConfig globalManagerConfig,
AsyncCallback<Void> asyncCallback)
Create or patch a Global Manager Config
|
void |
GlobalManagerConfigStub.patch(GlobalManagerConfig globalManagerConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalManagerConfig.patch(GlobalManagerConfig globalManagerConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch a Global Manager Config
|
void |
BfdProfilesStub.patch(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
BfdProfiles.patch(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
If a BfdProfile with the bfd-profile-id is not already present, create a new
BfdProfile.
|
void |
BfdProfilesStub.patch(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdProfiles.patch(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a BfdProfile with the bfd-profile-id is not already present, create a new
BfdProfile.
|
void |
DhcpRelayConfigsStub.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<Void> asyncCallback) |
void |
DhcpRelayConfigs.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<Void> asyncCallback)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpRelayConfigsStub.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpServerConfigsStub.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<Void> asyncCallback) |
void |
DhcpServerConfigs.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<Void> asyncCallback)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
DhcpServerConfigsStub.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
GatewayQosProfilesStub.patch(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
GatewayQosProfiles.patch(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
If profile with the qos-profile-id is not already present, create a new gateway
QoS profile instance.
|
void |
GatewayQosProfilesStub.patch(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayQosProfiles.patch(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If profile with the qos-profile-id is not already present, create a new gateway
QoS profile instance.
|
void |
IpfixCollectorProfilesStub.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpfixCollectorProfiles.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixCollectorProfilesStub.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixDfwCollectorProfilesStub.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
IpfixDfwCollectorProfiles.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX dfw collector profile if the IPFIX dfw collector profile with
given id does not already exist.
|
void |
IpfixDfwCollectorProfilesStub.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX dfw collector profile if the IPFIX dfw collector profile with
given id does not already exist.
|
void |
IpfixDfwProfiles.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX DFW profile if the IPFIX DFW profile with given id does not
already exist.
|
void |
IpfixDfwProfilesStub.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
IpfixDfwProfiles.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX DFW profile if the IPFIX DFW profile with given id does not
already exist.
|
void |
IpfixDfwProfilesStub.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
IpfixL2CollectorProfiles.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixL2CollectorProfilesStub.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixL2Profiles.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX L2 profile if the IPFIX L2 profile with given id does not
already exist.
|
void |
IpfixL2ProfilesStub.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
IpfixL2Profiles.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX L2 profile if the IPFIX L2 profile with given id does not
already exist.
|
void |
IpfixL2ProfilesStub.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<Void> asyncCallback)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnDpdProfiles.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnIkeProfiles.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<Void> asyncCallback)
Create or patch custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnIkeProfilesStub.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnTunnelProfiles.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<Void> asyncCallback)
Create or patch custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnTunnelProfiles.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Ipv6DadProfiles.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6DadProfilesStub.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6NdraProfilesStub.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Ipv6NdraProfiles.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
Ipv6NdraProfilesStub.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
MetadataProxiesStub.patch(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<Void> asyncCallback) |
void |
MetadataProxies.patch(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<Void> asyncCallback)
API will create or update Metadata Proxy Config with ID profile-id
|
void |
MetadataProxiesStub.patch(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
MetadataProxies.patch(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Metadata Proxy Config with ID profile-id
|
void |
DnsForwarderZonesStub.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarderZones.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<Void> asyncCallback)
Create or update the DNS Forwarder Zone
|
void |
DnsForwarderZonesStub.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder Zone
|
void |
DraftsStub.patch(String draftId,
PolicyDraft policyDraft,
AsyncCallback<Void> asyncCallback) |
void |
Drafts.patch(String draftId,
PolicyDraft policyDraft,
AsyncCallback<Void> asyncCallback)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
DraftsStub.patch(String draftId,
PolicyDraft policyDraft,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.patch(String draftId,
PolicyDraft policyDraft,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
FirewallSchedulers.patch(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<Void> asyncCallback)
Creates/Updates a PolicyFirewallScheduler, which can be set at security policy.
|
void |
FirewallSchedulersStub.patch(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<Void> asyncCallback) |
void |
FirewallSchedulers.patch(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Creates/Updates a PolicyFirewallScheduler, which can be set at security policy.
|
void |
FirewallSchedulersStub.patch(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IgmpProfiles.patch(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<Void> asyncCallback)
Create a igmp profile with the igmp-profile-id is not already present, otherwise
update the igmp profile.
|
void |
IgmpProfilesStub.patch(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<Void> asyncCallback) |
void |
IgmpProfiles.patch(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a igmp profile with the igmp-profile-id is not already present, otherwise
update the igmp profile.
|
void |
IgmpProfilesStub.patch(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PimProfiles.patch(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<Void> asyncCallback)
Create a pim profile with the pim-profile-id is not already present, otherwise
update the pim profile.
|
void |
PimProfilesStub.patch(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<Void> asyncCallback) |
void |
PimProfiles.patch(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a pim profile with the pim-profile-id is not already present, otherwise
update the pim profile.
|
void |
PimProfilesStub.patch(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
Create a new Port Mirroring Profile if the Port Mirroring Profile with given id
does not already exist.
|
void |
PortMirroringProfilesStub.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringProfiles.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new Port Mirroring Profile if the Port Mirroring Profile with given id
does not already exist.
|
void |
PortMirroringProfilesStub.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.patch(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback) |
void |
Segments.patch(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServicesStub.patch(String serviceId,
Service service,
AsyncCallback<Void> asyncCallback) |
void |
Services.patch(String serviceId,
Service service,
AsyncCallback<Void> asyncCallback)
Create a new service if a service with the given ID does not already exist.
|
void |
ServicesStub.patch(String serviceId,
Service service,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.patch(String serviceId,
Service service,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new service if a service with the given ID does not already exist.
|
void |
Sites.patch(String siteId,
Site site,
AsyncCallback<Void> asyncCallback)
Create or patch Site under Infra.
|
void |
SitesStub.patch(String siteId,
Site site,
AsyncCallback<Void> asyncCallback) |
void |
Sites.patch(String siteId,
Site site,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch Site under Infra.
|
void |
SitesStub.patch(String siteId,
Site site,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0sStub.patch(String tier0Id,
Tier0 tier0,
AsyncCallback<Void> asyncCallback) |
void |
Tier0s.patch(String tier0Id,
Tier0 tier0,
AsyncCallback<Void> asyncCallback)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier0sStub.patch(String tier0Id,
Tier0 tier0,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.patch(String tier0Id,
Tier0 tier0,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier1s.patch(String tier1Id,
Tier1 tier1,
AsyncCallback<Void> asyncCallback)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.patch(String tier1Id,
Tier1 tier1,
AsyncCallback<Void> asyncCallback) |
void |
Tier1s.patch(String tier1Id,
Tier1 tier1,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.patch(String tier1Id,
Tier1 tier1,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
TraceflowsStub.patch(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<Void> asyncCallback) |
void |
Traceflows.patch(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<Void> asyncCallback)
If a traceflow config with the traceflow-id is not already present, create a new
traceflow config.
|
void |
TraceflowsStub.patch(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Traceflows.patch(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a traceflow config with the traceflow-id is not already present, create a new
traceflow config.
|
void |
Segments.patch0(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch0(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback) |
void |
Segments.patch0(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch0(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DraftsStub.publish(String draftId,
Infra infra,
AsyncCallback<Void> asyncCallback) |
void |
Drafts.publish(String draftId,
Infra infra,
AsyncCallback<Void> asyncCallback)
Read a draft and publish it by applying changes onto current configuration.
|
void |
DraftsStub.publish(String draftId,
Infra infra,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.publish(String draftId,
Infra infra,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Read a draft and publish it by applying changes onto current configuration.
|
void |
Tier1s.reprocess(String tier1Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Reprocess Tier1 gateway configuration and configuration of related entities like
Tier1 interfaces and static routes, etc.
|
void |
Tier0sStub.reprocess(String tier0Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
Tier0s.reprocess(String tier0Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Reprocess Tier0 gateway configuration and configuration of related entities like
Tier0 interfaces and static routes, etc.
|
void |
Tier1sStub.reprocess(String tier1Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
Tier1s.reprocess(String tier1Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Reprocess Tier1 gateway configuration and configuration of related entities like
Tier1 interfaces and static routes, etc.
|
void |
Tier0sStub.reprocess(String tier0Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.reprocess(String tier0Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Reprocess Tier0 gateway configuration and configuration of related entities like
Tier0 interfaces and static routes, etc.
|
void |
Tier1sStub.reprocess(String tier1Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalManagerConfigStub.showsensitivedata(AsyncCallback<GlobalManagerConfig> asyncCallback) |
void |
GlobalManagerConfig.showsensitivedata(AsyncCallback<GlobalManagerConfig> asyncCallback)
Read a Global Manager config along with sensitive data.
|
void |
GlobalManagerConfigStub.showsensitivedata(AsyncCallback<GlobalManagerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalManagerConfig.showsensitivedata(AsyncCallback<GlobalManagerConfig> asyncCallback,
InvocationConfig invocationConfig)
Read a Global Manager config along with sensitive data.
|
void |
GlobalManagerConfigStub.update(GlobalManagerConfig globalManagerConfig,
AsyncCallback<GlobalManagerConfig> asyncCallback) |
void |
GlobalManagerConfig.update(GlobalManagerConfig globalManagerConfig,
AsyncCallback<GlobalManagerConfig> asyncCallback)
Create or fully replace a Global Manager Config.
|
void |
GlobalManagerConfigStub.update(GlobalManagerConfig globalManagerConfig,
AsyncCallback<GlobalManagerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalManagerConfig.update(GlobalManagerConfig globalManagerConfig,
AsyncCallback<GlobalManagerConfig> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace a Global Manager Config.
|
void |
BfdProfilesStub.update(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<BfdProfile> asyncCallback) |
void |
BfdProfiles.update(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<BfdProfile> asyncCallback)
If a BfdProfile with the bfd-profile-id is not already present, create a new
BfdProfile.
|
void |
BfdProfilesStub.update(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<BfdProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdProfiles.update(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<BfdProfile> asyncCallback,
InvocationConfig invocationConfig)
If a BfdProfile with the bfd-profile-id is not already present, create a new
BfdProfile.
|
void |
DhcpRelayConfigsStub.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<DhcpRelayConfig> asyncCallback) |
void |
DhcpRelayConfigs.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<DhcpRelayConfig> asyncCallback)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpRelayConfigsStub.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpServerConfigsStub.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<DhcpServerConfig> asyncCallback) |
void |
DhcpServerConfigs.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<DhcpServerConfig> asyncCallback)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
DhcpServerConfigsStub.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
GatewayQosProfilesStub.update(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<GatewayQosProfile> asyncCallback) |
void |
GatewayQosProfiles.update(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<GatewayQosProfile> asyncCallback)
If profile with the qos-profile-id is not already present, create a new gateway
QoS profile instance.
|
void |
GatewayQosProfilesStub.update(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<GatewayQosProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayQosProfiles.update(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<GatewayQosProfile> asyncCallback,
InvocationConfig invocationConfig)
If profile with the qos-profile-id is not already present, create a new gateway
QoS profile instance.
|
void |
IpfixCollectorProfilesStub.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<IPFIXCollectorProfile> asyncCallback) |
void |
IpfixCollectorProfiles.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<IPFIXCollectorProfile> asyncCallback)
Create or Replace IPFIX collector profile.
|
void |
IpfixCollectorProfilesStub.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace IPFIX collector profile.
|
void |
IpfixDfwCollectorProfilesStub.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback) |
void |
IpfixDfwCollectorProfiles.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback)
Create or Replace IPFIX dfw collector profile.
|
void |
IpfixDfwCollectorProfilesStub.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace IPFIX dfw collector profile.
|
void |
IpfixDfwProfiles.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<IPFIXDFWProfile> asyncCallback)
Create or replace IPFIX DFW profile.
|
void |
IpfixDfwProfilesStub.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<IPFIXDFWProfile> asyncCallback) |
void |
IpfixDfwProfiles.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or replace IPFIX DFW profile.
|
void |
IpfixDfwProfilesStub.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback) |
void |
IpfixL2CollectorProfiles.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback)
Create or Replace IPFIX collector profile.
|
void |
IpfixL2CollectorProfilesStub.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace IPFIX collector profile.
|
void |
IpfixL2Profiles.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<IPFIXL2Profile> asyncCallback)
Create or replace IPFIX L2 Profile.
|
void |
IpfixL2ProfilesStub.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<IPFIXL2Profile> asyncCallback) |
void |
IpfixL2Profiles.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig)
Create or replace IPFIX L2 Profile.
|
void |
IpfixL2ProfilesStub.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback) |
void |
IpsecVpnDpdProfiles.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback) |
void |
IpsecVpnIkeProfiles.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback)
Create or fully replace custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnIkeProfilesStub.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnTunnelProfiles.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback)
Create or fully replace custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback) |
void |
IpsecVpnTunnelProfiles.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Ipv6DadProfile> asyncCallback) |
void |
Ipv6DadProfiles.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Ipv6DadProfile> asyncCallback)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6DadProfilesStub.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6NdraProfilesStub.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Ipv6NdraProfile> asyncCallback) |
void |
Ipv6NdraProfiles.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Ipv6NdraProfile> asyncCallback)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
Ipv6NdraProfilesStub.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
MetadataProxiesStub.update(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<MetadataProxyConfig> asyncCallback) |
void |
MetadataProxies.update(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<MetadataProxyConfig> asyncCallback)
API will create or update Metadata Proxy Config with ID profile-id
|
void |
MetadataProxiesStub.update(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<MetadataProxyConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
MetadataProxies.update(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<MetadataProxyConfig> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Metadata Proxy Config with ID profile-id
|
void |
DnsForwarderZonesStub.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback) |
void |
DnsForwarderZones.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback)
Create or update the DNS Forwarder Zone
|
void |
DnsForwarderZonesStub.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder Zone
|
void |
DraftsStub.update(String draftId,
PolicyDraft policyDraft,
AsyncCallback<PolicyDraft> asyncCallback) |
void |
Drafts.update(String draftId,
PolicyDraft policyDraft,
AsyncCallback<PolicyDraft> asyncCallback)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
DraftsStub.update(String draftId,
PolicyDraft policyDraft,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.update(String draftId,
PolicyDraft policyDraft,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
FirewallSchedulers.update(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<PolicyFirewallScheduler> asyncCallback)
Updates a PolicyFirewallScheduler, which can be set at security policy.
|
void |
FirewallSchedulersStub.update(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<PolicyFirewallScheduler> asyncCallback) |
void |
FirewallSchedulers.update(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<PolicyFirewallScheduler> asyncCallback,
InvocationConfig invocationConfig)
Updates a PolicyFirewallScheduler, which can be set at security policy.
|
void |
FirewallSchedulersStub.update(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<PolicyFirewallScheduler> asyncCallback,
InvocationConfig invocationConfig) |
void |
IgmpProfiles.update(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<PolicyIgmpProfile> asyncCallback)
Create or update igmp profile.
|
void |
IgmpProfilesStub.update(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<PolicyIgmpProfile> asyncCallback) |
void |
IgmpProfiles.update(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<PolicyIgmpProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or update igmp profile.
|
void |
IgmpProfilesStub.update(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<PolicyIgmpProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
PimProfiles.update(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<PolicyPimProfile> asyncCallback)
Create or update pim profile.
|
void |
PimProfilesStub.update(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<PolicyPimProfile> asyncCallback) |
void |
PimProfiles.update(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<PolicyPimProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or update pim profile.
|
void |
PimProfilesStub.update(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<PolicyPimProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<PortMirroringProfile> asyncCallback)
Create or Replace port mirroring profile.
|
void |
PortMirroringProfilesStub.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<PortMirroringProfile> asyncCallback) |
void |
PortMirroringProfiles.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace port mirroring profile.
|
void |
PortMirroringProfilesStub.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.update(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback) |
void |
Segments.update(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServicesStub.update(String serviceId,
Service service,
AsyncCallback<Service> asyncCallback) |
void |
Services.update(String serviceId,
Service service,
AsyncCallback<Service> asyncCallback)
Create a new service if a service with the given ID does not already exist.
|
void |
ServicesStub.update(String serviceId,
Service service,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.update(String serviceId,
Service service,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig)
Create a new service if a service with the given ID does not already exist.
|
void |
Sites.update(String siteId,
Site site,
AsyncCallback<Site> asyncCallback)
Create or fully replace a Site under Infra.
|
void |
SitesStub.update(String siteId,
Site site,
AsyncCallback<Site> asyncCallback) |
void |
Sites.update(String siteId,
Site site,
AsyncCallback<Site> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace a Site under Infra.
|
void |
SitesStub.update(String siteId,
Site site,
AsyncCallback<Site> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0sStub.update(String tier0Id,
Tier0 tier0,
AsyncCallback<Tier0> asyncCallback) |
void |
Tier0s.update(String tier0Id,
Tier0 tier0,
AsyncCallback<Tier0> asyncCallback)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier0sStub.update(String tier0Id,
Tier0 tier0,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.update(String tier0Id,
Tier0 tier0,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier1s.update(String tier1Id,
Tier1 tier1,
AsyncCallback<Tier1> asyncCallback)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.update(String tier1Id,
Tier1 tier1,
AsyncCallback<Tier1> asyncCallback) |
void |
Tier1s.update(String tier1Id,
Tier1 tier1,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.update(String tier1Id,
Tier1 tier1,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig) |
void |
TraceflowsStub.update(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<TraceflowConfig> asyncCallback) |
void |
Traceflows.update(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<TraceflowConfig> asyncCallback)
If a traceflow config with the traceflow-id is not already present, create a new
traceflow config.
|
void |
TraceflowsStub.update(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<TraceflowConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Traceflows.update(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<TraceflowConfig> asyncCallback,
InvocationConfig invocationConfig)
If a traceflow config with the traceflow-id is not already present, create a new
traceflow config.
|
void |
Segments.update0(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update0(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback) |
void |
Segments.update0(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update0(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
UsageStub.get(String category,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyCapacityUsageResponse> asyncCallback) |
void |
Usage.get(String category,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyCapacityUsageResponse> asyncCallback)
Returns capacity usage data for NSX objects
|
void |
UsageStub.get(String category,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyCapacityUsageResponse> asyncCallback,
InvocationConfig invocationConfig) |
void |
Usage.get(String category,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyCapacityUsageResponse> asyncCallback,
InvocationConfig invocationConfig)
Returns capacity usage data for NSX objects
|
| Modifier and Type | Method and Description |
|---|---|
void |
State.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerState> asyncCallback)
Read DHCP server state
|
void |
StateStub.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerState> asyncCallback) |
void |
State.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerState> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP server state
|
void |
StateStub.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerState> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatsStub.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatistics> asyncCallback) |
void |
Stats.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatistics> asyncCallback)
Read DHCP server statistics
|
void |
StatsStub.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Stats.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatistics> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP server statistics
|
void |
StatusStub.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatus> asyncCallback) |
void |
Status.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatus> asyncCallback)
Read DHCP server status
|
void |
StatusStub.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatus> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP server status
|
void |
Leases.get(String configId,
String connectivityPath,
String address,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String segmentPath,
Boolean sortAscending,
String sortBy,
String source,
AsyncCallback<DhcpLeasesResult> asyncCallback)
Read DHCP server leases
|
void |
LeasesStub.get(String configId,
String connectivityPath,
String address,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String segmentPath,
Boolean sortAscending,
String sortBy,
String source,
AsyncCallback<DhcpLeasesResult> asyncCallback) |
void |
Leases.get(String configId,
String connectivityPath,
String address,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String segmentPath,
Boolean sortAscending,
String sortBy,
String source,
AsyncCallback<DhcpLeasesResult> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP server leases
|
void |
LeasesStub.get(String configId,
String connectivityPath,
String address,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String segmentPath,
Boolean sortAscending,
String sortBy,
String source,
AsyncCallback<DhcpLeasesResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayPolicies.delete(String domainId,
String gatewayPolicyId,
AsyncCallback<Void> asyncCallback)
Delete GatewayPolicy
|
void |
SecurityPolicies.delete(String domainId,
String securityPolicyId,
AsyncCallback<Void> asyncCallback)
Deletes the security policy along with all the rules
|
void |
IntrusionServicePolicies.delete(String domainId,
String policyId,
AsyncCallback<Void> asyncCallback)
Delete intrusion detection system security policy.
|
void |
CommunicationMapsStub.delete(String domainId,
String communicationMapId,
AsyncCallback<Void> asyncCallback) |
void |
IntrusionServicePoliciesStub.delete(String domainId,
String policyId,
AsyncCallback<Void> asyncCallback) |
void |
SecurityPoliciesStub.delete(String domainId,
String securityPolicyId,
AsyncCallback<Void> asyncCallback) |
void |
GatewayPoliciesStub.delete(String domainId,
String gatewayPolicyId,
AsyncCallback<Void> asyncCallback) |
void |
CommunicationMaps.delete(String domainId,
String communicationMapId,
AsyncCallback<Void> asyncCallback)
Deletes the communication map along with all the communication entries This API
is deprecated.
|
void |
GatewayPolicies.delete(String domainId,
String gatewayPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete GatewayPolicy
|
void |
SecurityPolicies.delete(String domainId,
String securityPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the security policy along with all the rules
|
void |
IntrusionServicePolicies.delete(String domainId,
String policyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete intrusion detection system security policy.
|
void |
CommunicationMapsStub.delete(String domainId,
String communicationMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IntrusionServicePoliciesStub.delete(String domainId,
String policyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPoliciesStub.delete(String domainId,
String securityPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayPoliciesStub.delete(String domainId,
String gatewayPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.delete(String domainId,
String communicationMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the communication map along with all the communication entries This API
is deprecated.
|
void |
GroupsStub.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
Groups.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
AsyncCallback<Void> asyncCallback)
Delete Group
|
void |
GroupsStub.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Group
|
void |
CommunicationMapsStub.get(String domainId,
String communicationMapId,
AsyncCallback<CommunicationMap> asyncCallback) |
void |
CommunicationMaps.get(String domainId,
String communicationMapId,
AsyncCallback<CommunicationMap> asyncCallback)
Read communication-map for a domain.
|
void |
CommunicationMapsStub.get(String domainId,
String communicationMapId,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.get(String domainId,
String communicationMapId,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig)
Read communication-map for a domain.
|
void |
GatewayPolicies.get(String domainId,
String gatewayPolicyId,
AsyncCallback<GatewayPolicy> asyncCallback)
Read gateway policy for a domain.
|
void |
GatewayPoliciesStub.get(String domainId,
String gatewayPolicyId,
AsyncCallback<GatewayPolicy> asyncCallback) |
void |
GatewayPolicies.get(String domainId,
String gatewayPolicyId,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read gateway policy for a domain.
|
void |
GatewayPoliciesStub.get(String domainId,
String gatewayPolicyId,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.get(String domainId,
String groupId,
AsyncCallback<Group> asyncCallback) |
void |
Groups.get(String domainId,
String groupId,
AsyncCallback<Group> asyncCallback)
Read group
|
void |
GroupsStub.get(String domainId,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.get(String domainId,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
Read group
|
void |
IntrusionServicePolicies.get(String domainId,
String policyId,
AsyncCallback<IdsSecurityPolicy> asyncCallback)
Read intrusion detection system security policy.
|
void |
IntrusionServicePoliciesStub.get(String domainId,
String policyId,
AsyncCallback<IdsSecurityPolicy> asyncCallback) |
void |
IntrusionServicePolicies.get(String domainId,
String policyId,
AsyncCallback<IdsSecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read intrusion detection system security policy.
|
void |
IntrusionServicePoliciesStub.get(String domainId,
String policyId,
AsyncCallback<IdsSecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.get(String domainId,
String securityPolicyId,
AsyncCallback<SecurityPolicy> asyncCallback)
Read security policy for a domain.
|
void |
SecurityPoliciesStub.get(String domainId,
String securityPolicyId,
AsyncCallback<SecurityPolicy> asyncCallback) |
void |
SecurityPolicies.get(String domainId,
String securityPolicyId,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read security policy for a domain.
|
void |
SecurityPoliciesStub.get(String domainId,
String securityPolicyId,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayPolicyListResult> asyncCallback)
List all gateway policies for specified Domain.
|
void |
GatewayPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayPolicyListResult> asyncCallback) |
void |
GatewayPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List all gateway policies for specified Domain.
|
void |
GatewayPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IntrusionServicePolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSecurityPolicyListResult> asyncCallback)
List intrusion detection system security policies.
|
void |
IntrusionServicePoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSecurityPolicyListResult> asyncCallback) |
void |
IntrusionServicePolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSecurityPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List intrusion detection system security policies.
|
void |
IntrusionServicePoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSecurityPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SecurityPolicyListResult> asyncCallback)
List all security policies for a domain.
|
void |
SecurityPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SecurityPolicyListResult> asyncCallback) |
void |
SecurityPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SecurityPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List all security policies for a domain.
|
void |
SecurityPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SecurityPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationMapListResult> asyncCallback) |
void |
CommunicationMaps.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationMapListResult> asyncCallback)
List all communication maps for a domain.
|
void |
CommunicationMapsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationMapListResult> asyncCallback,
InvocationConfig invocationConfig)
List all communication maps for a domain.
|
void |
GroupsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback) |
void |
Groups.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback)
List Groups for a domain.
|
void |
GroupsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig)
List Groups for a domain.
|
void |
CommunicationMapsStub.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<Void> asyncCallback) |
void |
CommunicationMaps.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<Void> asyncCallback)
Patch the communication map for a domain.
|
void |
CommunicationMapsStub.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the communication map for a domain.
|
void |
GatewayPolicies.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<Void> asyncCallback)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<Void> asyncCallback) |
void |
GatewayPolicies.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.patch(String domainId,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback) |
void |
Groups.patch(String domainId,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback)
If a group with the group-id is not already present, create a new group.
|
void |
GroupsStub.patch(String domainId,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.patch(String domainId,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a group with the group-id is not already present, create a new group.
|
void |
IntrusionServicePolicies.patch(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<Void> asyncCallback)
Patch intrusion detection system security policy for a domain.
|
void |
IntrusionServicePoliciesStub.patch(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<Void> asyncCallback) |
void |
IntrusionServicePolicies.patch(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch intrusion detection system security policy for a domain.
|
void |
IntrusionServicePoliciesStub.patch(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<Void> asyncCallback)
Patch the security policy for a domain.
|
void |
SecurityPoliciesStub.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<Void> asyncCallback) |
void |
SecurityPolicies.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the security policy for a domain.
|
void |
SecurityPoliciesStub.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
AsyncCallback<CommunicationMap> asyncCallback) |
void |
CommunicationMaps.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
AsyncCallback<CommunicationMap> asyncCallback)
This is used to set a precedence of a communication map w.r.t others.
|
void |
CommunicationMapsStub.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig)
This is used to set a precedence of a communication map w.r.t others.
|
void |
GatewayPolicies.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
AsyncCallback<GatewayPolicy> asyncCallback)
This is used to set a precedence of a gateway policy w.r.t others.
|
void |
GatewayPoliciesStub.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
AsyncCallback<GatewayPolicy> asyncCallback) |
void |
GatewayPolicies.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig)
This is used to set a precedence of a gateway policy w.r.t others.
|
void |
GatewayPoliciesStub.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
IntrusionServicePolicies.revise(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
String anchorPath,
String operation,
AsyncCallback<IdsSecurityPolicy> asyncCallback)
This is used to set a precedence of a security policy w.r.t others.
|
void |
IntrusionServicePoliciesStub.revise(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
String anchorPath,
String operation,
AsyncCallback<IdsSecurityPolicy> asyncCallback) |
void |
IntrusionServicePolicies.revise(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
String anchorPath,
String operation,
AsyncCallback<IdsSecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
This is used to set a precedence of a security policy w.r.t others.
|
void |
IntrusionServicePoliciesStub.revise(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
String anchorPath,
String operation,
AsyncCallback<IdsSecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
AsyncCallback<SecurityPolicy> asyncCallback)
This is used to set a precedence of a security policy w.r.t others.
|
void |
SecurityPoliciesStub.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
AsyncCallback<SecurityPolicy> asyncCallback) |
void |
SecurityPolicies.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
This is used to set a precedence of a security policy w.r.t others.
|
void |
SecurityPoliciesStub.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<CommunicationMap> asyncCallback) |
void |
CommunicationMaps.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<CommunicationMap> asyncCallback)
Create or Update the communication map for a domain.
|
void |
CommunicationMapsStub.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig)
Create or Update the communication map for a domain.
|
void |
GatewayPolicies.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<GatewayPolicy> asyncCallback)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<GatewayPolicy> asyncCallback) |
void |
GatewayPolicies.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.update(String domainId,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback) |
void |
Groups.update(String domainId,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback)
If a group with the group-id is not already present, create a new group.
|
void |
GroupsStub.update(String domainId,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.update(String domainId,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
If a group with the group-id is not already present, create a new group.
|
void |
IntrusionServicePolicies.update(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<IdsSecurityPolicy> asyncCallback)
Update intrusion detection system security policy for a domain.
|
void |
IntrusionServicePoliciesStub.update(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<IdsSecurityPolicy> asyncCallback) |
void |
IntrusionServicePolicies.update(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<IdsSecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
Update intrusion detection system security policy for a domain.
|
void |
IntrusionServicePoliciesStub.update(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<IdsSecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<SecurityPolicy> asyncCallback)
Create or Update the security policy for a domain.
|
void |
SecurityPoliciesStub.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<SecurityPolicy> asyncCallback) |
void |
SecurityPolicies.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
Create or Update the security policy for a domain.
|
void |
SecurityPoliciesStub.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommunicationEntries.delete(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<Void> asyncCallback)
Delete CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.delete(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<Void> asyncCallback) |
void |
CommunicationEntries.delete(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.delete(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.get(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<CommunicationEntry> asyncCallback)
Read CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.get(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<CommunicationEntry> asyncCallback) |
void |
CommunicationEntries.get(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig)
Read CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.get(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationEntryListResult> asyncCallback)
List CommunicationEntries This API is deprecated.
|
void |
CommunicationEntriesStub.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationEntryListResult> asyncCallback) |
void |
CommunicationEntries.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationEntryListResult> asyncCallback,
InvocationConfig invocationConfig)
List CommunicationEntries This API is deprecated.
|
void |
CommunicationEntriesStub.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationEntryListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<Void> asyncCallback)
Patch the CommunicationEntry.
|
void |
CommunicationEntriesStub.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<Void> asyncCallback) |
void |
CommunicationEntries.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the CommunicationEntry.
|
void |
CommunicationEntriesStub.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
AsyncCallback<CommunicationEntry> asyncCallback)
This is used to re-order a communictation entry within a communication map.
|
void |
CommunicationEntriesStub.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
AsyncCallback<CommunicationEntry> asyncCallback) |
void |
CommunicationEntries.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig)
This is used to re-order a communictation entry within a communication map.
|
void |
CommunicationEntriesStub.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<CommunicationEntry> asyncCallback)
Update the CommunicationEntry.
|
void |
CommunicationEntriesStub.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<CommunicationEntry> asyncCallback) |
void |
CommunicationEntries.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig)
Update the CommunicationEntry.
|
void |
CommunicationEntriesStub.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.delete(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback)
Delete rule
|
void |
RulesStub.delete(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback) |
void |
Rules.delete(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete rule
|
void |
RulesStub.delete(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.get(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback)
Read rule
|
void |
RulesStub.get(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.get(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Read rule
|
void |
RulesStub.get(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback) |
void |
Statistics.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback)
Get statistics of a gateay policy.
|
void |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a gateay policy.
|
void |
Rules.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback)
List rules
|
void |
RulesStub.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback) |
void |
Rules.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List rules
|
void |
RulesStub.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback)
Update the gateway rule.
|
void |
RulesStub.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback) |
void |
Rules.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway rule.
|
void |
RulesStub.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback)
This is used to re-order a gateway rule within a gateway policy.
|
void |
RulesStub.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
This is used to re-order a gateway rule within a gateway policy.
|
void |
RulesStub.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback)
Update the gateway rule.
|
void |
RulesStub.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway rule.
|
void |
RulesStub.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback) |
void |
Statistics.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback)
Get statistics of a gateway rule.
|
void |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a gateway rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathExpressions.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback)
It will add or remove the specified members having path for a given expression
of a group.
|
void |
ExternalIdExpressions.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback)
It will add or remove the specified members having external ID for a given
expression of a group.
|
void |
ExternalIdExpressionsStub.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback) |
void |
PathExpressionsStub.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback) |
void |
PathExpressions.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
It will add or remove the specified members having path for a given expression
of a group.
|
void |
ExternalIdExpressions.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
It will add or remove the specified members having external ID for a given
expression of a group.
|
void |
ExternalIdExpressionsStub.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PathExpressionsStub.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddressExpressionsStub.create(String domainId,
String groupId,
String expressionId,
IPAddressList ipAddressList,
String action,
AsyncCallback<Void> asyncCallback) |
void |
IpAddressExpressions.create(String domainId,
String groupId,
String expressionId,
IPAddressList ipAddressList,
String action,
AsyncCallback<Void> asyncCallback)
It will add or remove the specified IP Addresses from a given expression of a
group.
|
void |
IpAddressExpressionsStub.create(String domainId,
String groupId,
String expressionId,
IPAddressList ipAddressList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddressExpressions.create(String domainId,
String groupId,
String expressionId,
IPAddressList ipAddressList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
It will add or remove the specified IP Addresses from a given expression of a
group.
|
void |
MacAddressExpressions.create(String domainId,
String groupId,
String expressionId,
MACAddressList mACAddressList,
String action,
AsyncCallback<Void> asyncCallback)
It will add or remove the specified MAC Addresses from a given expression of a
group.
|
void |
MacAddressExpressionsStub.create(String domainId,
String groupId,
String expressionId,
MACAddressList mACAddressList,
String action,
AsyncCallback<Void> asyncCallback) |
void |
MacAddressExpressions.create(String domainId,
String groupId,
String expressionId,
MACAddressList mACAddressList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
It will add or remove the specified MAC Addresses from a given expression of a
group.
|
void |
MacAddressExpressionsStub.create(String domainId,
String groupId,
String expressionId,
MACAddressList mACAddressList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.delete(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<Void> asyncCallback)
API will delete port mirroring instance.
|
void |
PathExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback)
Delete Group Path Expression
|
void |
ExternalIdExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback)
Delete Group External ID Expression
|
void |
IpAddressExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback) |
void |
ExternalIdExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback) |
void |
PathExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback) |
void |
IpAddressExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback)
Delete Group IPAddressExpression
|
void |
MacAddressExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback)
Delete Group MACAddressExpression
|
void |
GroupMonitoringProfileBindingMaps.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Group Monitoring Profile Binding
|
void |
GroupMonitoringProfileBindingMapsStub.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringInstancesStub.delete(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<Void> asyncCallback) |
void |
MacAddressExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringInstances.delete(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete port mirroring instance.
|
void |
PathExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Group Path Expression
|
void |
ExternalIdExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Group External ID Expression
|
void |
IpAddressExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExternalIdExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PathExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddressExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Group IPAddressExpression
|
void |
MacAddressExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Group MACAddressExpression
|
void |
GroupMonitoringProfileBindingMaps.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Group Monitoring Profile Binding
|
void |
GroupMonitoringProfileBindingMapsStub.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstancesStub.delete(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
MacAddressExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
MemberTypesStub.get(String domainId,
String groupId,
AsyncCallback<GroupMemberTypeListResult> asyncCallback) |
void |
MemberTypes.get(String domainId,
String groupId,
AsyncCallback<GroupMemberTypeListResult> asyncCallback)
It retrieves member types for a given group.
|
void |
MemberTypesStub.get(String domainId,
String groupId,
AsyncCallback<GroupMemberTypeListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
MemberTypes.get(String domainId,
String groupId,
AsyncCallback<GroupMemberTypeListResult> asyncCallback,
InvocationConfig invocationConfig)
It retrieves member types for a given group.
|
void |
Tags.get(String domainId,
String groupId,
AsyncCallback<GroupTagsList> asyncCallback)
Get tags used to define conditions inside a Group.
|
void |
TagsStub.get(String domainId,
String groupId,
AsyncCallback<GroupTagsList> asyncCallback) |
void |
Tags.get(String domainId,
String groupId,
AsyncCallback<GroupTagsList> asyncCallback,
InvocationConfig invocationConfig)
Get tags used to define conditions inside a Group.
|
void |
TagsStub.get(String domainId,
String groupId,
AsyncCallback<GroupTagsList> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback)
API will get Group Monitoring Profile Binding Map
|
void |
GroupMonitoringProfileBindingMapsStub.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback) |
void |
GroupMonitoringProfileBindingMaps.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Group Monitoring Profile Binding Map
|
void |
GroupMonitoringProfileBindingMapsStub.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.get(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<PortMirroringInstance> asyncCallback)
API will return details of port mirroring instance.
|
void |
PortMirroringInstancesStub.get(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<PortMirroringInstance> asyncCallback) |
void |
PortMirroringInstances.get(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig)
API will return details of port mirroring instance.
|
void |
PortMirroringInstancesStub.get(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Group Monitoring Profile Binding Maps in current group id.
|
void |
GroupMonitoringProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupMonitoringProfileBindingMapListResult> asyncCallback) |
void |
GroupMonitoringProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Group Monitoring Profile Binding Maps in current group id.
|
void |
GroupMonitoringProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringInstanceListResult> asyncCallback)
API will list all port mirroring instances active on current group.
|
void |
PortMirroringInstancesStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringInstanceListResult> asyncCallback) |
void |
PortMirroringInstances.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringInstanceListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all port mirroring instances active on current group.
|
void |
PortMirroringInstancesStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringInstanceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExternalIdExpressions.patch(String domainId,
String groupId,
String expressionId,
ExternalIDExpression externalIDExpression,
AsyncCallback<Void> asyncCallback)
If a group ExternalIDexpression with the expression-id is not already present,
create a new ExternalIDexpresison.
|
void |
ExternalIdExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
ExternalIDExpression externalIDExpression,
AsyncCallback<Void> asyncCallback) |
void |
ExternalIdExpressions.patch(String domainId,
String groupId,
String expressionId,
ExternalIDExpression externalIDExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a group ExternalIDexpression with the expression-id is not already present,
create a new ExternalIDexpresison.
|
void |
ExternalIdExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
ExternalIDExpression externalIDExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create group monitoring profile binding map
|
void |
GroupMonitoringProfileBindingMapsStub.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
GroupMonitoringProfileBindingMaps.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create group monitoring profile binding map
|
void |
GroupMonitoringProfileBindingMapsStub.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddressExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
IPAddressExpression ipAddressExpression,
AsyncCallback<Void> asyncCallback) |
void |
IpAddressExpressions.patch(String domainId,
String groupId,
String expressionId,
IPAddressExpression ipAddressExpression,
AsyncCallback<Void> asyncCallback)
If a group IPAddressExpression with the expression-id is not already present,
create a new IPAddressExpression.
|
void |
IpAddressExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
IPAddressExpression ipAddressExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddressExpressions.patch(String domainId,
String groupId,
String expressionId,
IPAddressExpression ipAddressExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a group IPAddressExpression with the expression-id is not already present,
create a new IPAddressExpression.
|
void |
MacAddressExpressions.patch(String domainId,
String groupId,
String expressionId,
MACAddressExpression mACAddressExpression,
AsyncCallback<Void> asyncCallback)
If a group MACAddressExpression with the expression-id is not already present,
create a new MACAddressExpression.
|
void |
MacAddressExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
MACAddressExpression mACAddressExpression,
AsyncCallback<Void> asyncCallback) |
void |
MacAddressExpressions.patch(String domainId,
String groupId,
String expressionId,
MACAddressExpression mACAddressExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a group MACAddressExpression with the expression-id is not already present,
create a new MACAddressExpression.
|
void |
MacAddressExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
MACAddressExpression mACAddressExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PathExpressions.patch(String domainId,
String groupId,
String expressionId,
PathExpression pathExpression,
AsyncCallback<Void> asyncCallback)
If a group path_expression with the expression-id is not already present, create
a new pathexpresison.
|
void |
PathExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
PathExpression pathExpression,
AsyncCallback<Void> asyncCallback) |
void |
PathExpressions.patch(String domainId,
String groupId,
String expressionId,
PathExpression pathExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a group path_expression with the expression-id is not already present, create
a new pathexpresison.
|
void |
PathExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
PathExpression pathExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<Void> asyncCallback)
Create a new Port Mirroring Instance if the Port Mirroring Instance with given
id does not already exist.
|
void |
PortMirroringInstancesStub.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringInstances.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new Port Mirroring Instance if the Port Mirroring Instance with given
id does not already exist.
|
void |
PortMirroringInstancesStub.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback)
API will update Group Monitoring Profile Binding Map
|
void |
GroupMonitoringProfileBindingMapsStub.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback) |
void |
GroupMonitoringProfileBindingMaps.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Group Monitoring Profile Binding Map
|
void |
GroupMonitoringProfileBindingMapsStub.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<PortMirroringInstance> asyncCallback)
Create or Replace port mirroring instance.
|
void |
PortMirroringInstancesStub.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<PortMirroringInstance> asyncCallback) |
void |
PortMirroringInstances.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace port mirroring instance.
|
void |
PortMirroringInstancesStub.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
IpAddressesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback) |
void |
IpAddresses.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback)
Get IP addresses that belong to this Group.
|
void |
IpAddressesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddresses.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get IP addresses that belong to this Group.
|
void |
LogicalPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback) |
void |
LogicalSwitchesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback) |
void |
LogicalPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback)
Get logical ports that belong to this Group This API is applicable for Groups
containing either VirtualMachine, VIF, Segment or Segment Port member type.For
Groups containing other member types,an empty list is returned.
|
void |
SegmentPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback)
Get segment ports that belong to this Group
|
void |
SegmentPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback) |
void |
LogicalSwitches.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback)
Get logical switches that belong to this Group.
|
void |
Segments.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback)
Get segments that belong to this Group
|
void |
SegmentsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback) |
void |
LogicalPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LogicalSwitchesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LogicalPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get logical ports that belong to this Group This API is applicable for Groups
containing either VirtualMachine, VIF, Segment or Segment Port member type.For
Groups containing other member types,an empty list is returned.
|
void |
SegmentPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get segment ports that belong to this Group
|
void |
SegmentPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LogicalSwitches.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get logical switches that belong to this Group.
|
void |
Segments.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get segments that belong to this Group
|
void |
SegmentsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback)
Get Virtual machines that belong to this Group.
|
void |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback) |
void |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
Get Virtual machines that belong to this Group.
|
void |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Vifs.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback)
Get Virtual Network Interface instances that belong to this Group.
|
void |
VifsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback) |
void |
Vifs.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get Virtual Network Interface instances that belong to this Group.
|
void |
VifsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback)
Get the effective VM membership for the Group.
|
void |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback) |
void |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
Get the effective VM membership for the Group.
|
void |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.delete(String domainId,
String policyId,
String ruleId,
AsyncCallback<Void> asyncCallback)
Delete intrusion detection rule.
|
void |
RulesStub.delete(String domainId,
String policyId,
String ruleId,
AsyncCallback<Void> asyncCallback) |
void |
Rules.delete(String domainId,
String policyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete intrusion detection rule.
|
void |
RulesStub.delete(String domainId,
String policyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.get(String domainId,
String policyId,
String ruleId,
AsyncCallback<IdsRule> asyncCallback)
Read intrusion detection rule
|
void |
RulesStub.get(String domainId,
String policyId,
String ruleId,
AsyncCallback<IdsRule> asyncCallback) |
void |
Rules.get(String domainId,
String policyId,
String ruleId,
AsyncCallback<IdsRule> asyncCallback,
InvocationConfig invocationConfig)
Read intrusion detection rule
|
void |
RulesStub.get(String domainId,
String policyId,
String ruleId,
AsyncCallback<IdsRule> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.list(String domainId,
String policyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsRuleListResult> asyncCallback)
List intrusion detection rules.
|
void |
RulesStub.list(String domainId,
String policyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsRuleListResult> asyncCallback) |
void |
Rules.list(String domainId,
String policyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsRuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List intrusion detection rules.
|
void |
RulesStub.list(String domainId,
String policyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsRuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<Void> asyncCallback)
Patch intrusion detection system rule.
|
void |
RulesStub.patch(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<Void> asyncCallback) |
void |
Rules.patch(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch intrusion detection system rule.
|
void |
RulesStub.patch(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.revise(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
String anchorPath,
String operation,
AsyncCallback<IdsRule> asyncCallback)
This is used to re-order a rule within a security policy.
|
void |
RulesStub.revise(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
String anchorPath,
String operation,
AsyncCallback<IdsRule> asyncCallback) |
void |
Rules.revise(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
String anchorPath,
String operation,
AsyncCallback<IdsRule> asyncCallback,
InvocationConfig invocationConfig)
This is used to re-order a rule within a security policy.
|
void |
RulesStub.revise(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
String anchorPath,
String operation,
AsyncCallback<IdsRule> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.update(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<IdsRule> asyncCallback)
Update intrusion detection system rule.
|
void |
RulesStub.update(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<IdsRule> asyncCallback) |
void |
Rules.update(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<IdsRule> asyncCallback,
InvocationConfig invocationConfig)
Update intrusion detection system rule.
|
void |
RulesStub.update(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<IdsRule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.delete(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback)
Delete rule
|
void |
RulesStub.delete(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback) |
void |
Rules.delete(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete rule
|
void |
RulesStub.delete(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.get(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback)
Read rule
|
void |
RulesStub.get(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.get(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Read rule
|
void |
RulesStub.get(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback) |
void |
Statistics.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback)
Get statistics of a security policy.
|
void |
StatisticsStub.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a security policy.
|
void |
Rules.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback)
List rules
|
void |
RulesStub.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback) |
void |
Rules.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List rules
|
void |
RulesStub.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback)
Patch the rule.
|
void |
RulesStub.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback) |
void |
Rules.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the rule.
|
void |
RulesStub.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback)
This is used to re-order a rule within a security policy.
|
void |
RulesStub.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
This is used to re-order a rule within a security policy.
|
void |
RulesStub.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback)
Update the rule.
|
void |
RulesStub.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Update the rule.
|
void |
RulesStub.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback) |
void |
Statistics.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback)
Get statistics of a rule.
|
void |
StatisticsStub.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompleteStub.get(String draftId,
AsyncCallback<Infra> asyncCallback) |
void |
Aggregated.get(String draftId,
AsyncCallback<Infra> asyncCallback)
Get an aggregated configuration that will get applied onto current configuration
during publish of this draft.
|
void |
AggregatedStub.get(String draftId,
AsyncCallback<Infra> asyncCallback) |
void |
Complete.get(String draftId,
AsyncCallback<Infra> asyncCallback)
Get a preview of a configuration which will be present after publish of a
specified draft.
|
void |
CompleteStub.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
Aggregated.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Get an aggregated configuration that will get applied onto current configuration
during publish of this draft.
|
void |
AggregatedStub.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
Complete.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Get a preview of a configuration which will be present after publish of a
specified draft.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealizedEntityStub.get(String realizedPath,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback) |
void |
RealizedEntity.get(String realizedPath,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback)
Get realized entity uniquely identified by realized path, specified by query
parameter
|
void |
RealizedEntityStub.get(String realizedPath,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig) |
void |
RealizedEntity.get(String realizedPath,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig)
Get realized entity uniquely identified by realized path, specified by query
parameter
|
void |
StatusStub.get(String intentPath,
Boolean includeEnforcedStatus,
String sitePath,
AsyncCallback<ConsolidatedRealizedStatus> asyncCallback) |
void |
Status.get(String intentPath,
Boolean includeEnforcedStatus,
String sitePath,
AsyncCallback<ConsolidatedRealizedStatus> asyncCallback)
Asynchronous method overload.
|
void |
StatusStub.get(String intentPath,
Boolean includeEnforcedStatus,
String sitePath,
AsyncCallback<ConsolidatedRealizedStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String intentPath,
Boolean includeEnforcedStatus,
String sitePath,
AsyncCallback<ConsolidatedRealizedStatus> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
RealizedEntities.list(String intentPath,
String sitePath,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback)
Get list of realized entities associated with intent object, specified by path
in query parameter
|
void |
RealizedEntitiesStub.list(String intentPath,
String sitePath,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback) |
void |
RealizedEntities.list(String intentPath,
String sitePath,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get list of realized entities associated with intent object, specified by path
in query parameter
|
void |
RealizedEntitiesStub.list(String intentPath,
String sitePath,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
UnassociatedVirtualMachines.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback)
This API filters objects of type virtual machine which are not part of any
group.
|
void |
VirtualMachines.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback)
This API filters objects of type virtual machine.
|
void |
VirtualMachinesStub.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback) |
void |
UnassociatedVirtualMachinesStub.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback) |
void |
UnassociatedVirtualMachines.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
This API filters objects of type virtual machine which are not part of any
group.
|
void |
VirtualMachines.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
This API filters objects of type virtual machine.
|
void |
VirtualMachinesStub.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
UnassociatedVirtualMachinesStub.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
AlarmsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyAlarmResourceListResult> asyncCallback) |
void |
Alarms.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyAlarmResourceListResult> asyncCallback)
Paginated list of all alarms.
|
void |
AlarmsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyAlarmResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Alarms.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyAlarmResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all alarms.
|
void |
RealizedEntityStub.refresh(String intentPath,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
RealizedEntity.refresh(String intentPath,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Refresh the status and statistics of all realized entities associated with given
intent path synchronously.
|
void |
RealizedEntityStub.refresh(String intentPath,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RealizedEntity.refresh(String intentPath,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Refresh the status and statistics of all realized entities associated with given
intent path synchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vifs.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback)
This API lists VIFs from the specified NSX Manager.
|
void |
VifsStub.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback) |
void |
Vifs.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
This API lists VIFs from the specified NSX Manager.
|
void |
VifsStub.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachines.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback)
This API filters objects of type virtual machines from the specified NSX
Manager.
|
void |
VirtualMachinesStub.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback) |
void |
VirtualMachines.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback,
InvocationConfig invocationConfig)
This API filters objects of type virtual machines from the specified NSX
Manager.
|
void |
VirtualMachinesStub.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachines.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
AsyncCallback<Void> asyncCallback)
Allows an admin to apply multiple tags to a virtual machine.
|
void |
VirtualMachinesStub.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
AsyncCallback<Void> asyncCallback) |
void |
VirtualMachines.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Allows an admin to apply multiple tags to a virtual machine.
|
void |
VirtualMachinesStub.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceSegmentsStub.delete(String serviceSegmentId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceSegments.delete(String serviceSegmentId,
AsyncCallback<Void> asyncCallback)
Delete Service Segment with given ID
|
void |
ServiceSegmentsStub.delete(String serviceSegmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.delete(String serviceSegmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Service Segment with given ID
|
void |
PortsStub.delete(String segmentId,
String portId,
AsyncCallback<Void> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Infra Segment Monitoring Profile Binding Profile.
|
void |
Ports.delete(String segmentId,
String portId,
AsyncCallback<Void> asyncCallback)
Delete an infra segment port by giving ID.
|
void |
SegmentMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
DhcpStaticBindingConfigs.delete(String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback)
Delete DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.delete(String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback) |
void |
PortsStub.delete(String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Infra Segment Monitoring Profile Binding Profile.
|
void |
Ports.delete(String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete an infra segment port by giving ID.
|
void |
SegmentMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpStaticBindingConfigs.delete(String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.delete(String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegmentsStub.get(String serviceSegmentId,
AsyncCallback<ServiceSegment> asyncCallback) |
void |
ServiceSegments.get(String serviceSegmentId,
AsyncCallback<ServiceSegment> asyncCallback)
Read a Service Segment with the given id
|
void |
ServiceSegmentsStub.get(String serviceSegmentId,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.get(String serviceSegmentId,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig)
Read a Service Segment with the given id
|
void |
SegmentMonitoringProfileBindingMaps.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback)
API will get Infra Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Infra Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.get(String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback) |
void |
Ports.get(String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback)
Get detail information on an infra segment port by giving ID.
|
void |
PortsStub.get(String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.get(String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Get detail information on an infra segment port by giving ID.
|
void |
DhcpStaticBindingConfigs.get(String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback)
Read DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.get(String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback) |
void |
DhcpStaticBindingConfigs.get(String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.get(String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
State.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback)
Get infra segment state information.
|
void |
StateStub.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback) |
void |
State.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback,
InvocationConfig invocationConfig)
Get infra segment state information.
|
void |
StateStub.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback) |
void |
Statistics.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback)
Get infra segment statistics information.
|
void |
StatisticsStub.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get infra segment statistics information.
|
void |
DhcpStaticBindingConfigs.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback)
Paginated list of all DHCP static binding instances
|
void |
DhcpStaticBindingConfigsStub.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback) |
void |
DhcpStaticBindingConfigs.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP static binding instances
|
void |
DhcpStaticBindingConfigsStub.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Infra Segment Monitoring Profile Binding Maps in current
segment id.
|
void |
SegmentMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Infra Segment Monitoring Profile Binding Maps in current
segment id.
|
void |
SegmentMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback) |
void |
Ports.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback)
List all the ports for an infra.
|
void |
PortsStub.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig)
List all the ports for an infra.
|
void |
ServiceSegmentsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceSegmentListResult> asyncCallback) |
void |
ServiceSegments.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceSegmentListResult> asyncCallback)
Paginated list of all Service Segments
|
void |
ServiceSegmentsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceSegmentListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceSegmentListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Service Segments
|
void |
ArpTable.list(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback)
Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the interface
(downlink) attaching segment to tier-0/tier-1 gateway, on a edge node specified
in edge_path parameter.
|
void |
ArpTableStub.list(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback) |
void |
ArpTable.list(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig)
Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the interface
(downlink) attaching segment to tier-0/tier-1 gateway, on a edge node specified
in edge_path parameter.
|
void |
ArpTableStub.list(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegmentsStub.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<Void> asyncCallback) |
void |
ServiceSegments.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<Void> asyncCallback)
A service segment with the service-segment-id is created.
|
void |
ServiceSegmentsStub.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
A service segment with the service-segment-id is created.
|
void |
SegmentMonitoringProfileBindingMaps.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create infra segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create infra segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.patch(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback) |
void |
Ports.patch(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
PortsStub.patch(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.patch(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
DhcpStaticBindingConfigs.patch(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.patch(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback) |
void |
DhcpStaticBindingConfigs.patch(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.patch(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegmentsStub.update(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<ServiceSegment> asyncCallback) |
void |
ServiceSegments.update(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<ServiceSegment> asyncCallback)
A service segment with the service-segment-id is created.
|
void |
ServiceSegmentsStub.update(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.update(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig)
A service segment with the service-segment-id is created.
|
void |
SegmentMonitoringProfileBindingMaps.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback)
API will update Infra Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Infra Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.update(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback) |
void |
Ports.update(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
void |
PortsStub.update(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.update(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
void |
DhcpStaticBindingConfigs.update(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.update(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback) |
void |
DhcpStaticBindingConfigs.update(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.update(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
State.get(String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback)
Read DHCP static binding state
|
void |
StateStub.get(String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback) |
void |
State.get(String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP static binding state
|
void |
StateStub.get(String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback) |
void |
Status.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback)
Get infra segment cross site traffic statistics.
|
void |
StatusStub.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback,
InvocationConfig invocationConfig)
Get infra segment cross site traffic statistics.
|
void |
SiteSpanInfo.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback)
Get infra segment cross site forwarder placement and HA statuss.
|
void |
SiteSpanInfoStub.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback) |
void |
SiteSpanInfo.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback,
InvocationConfig invocationConfig)
Get infra segment cross site forwarder placement and HA statuss.
|
void |
SiteSpanInfoStub.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
PortMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Infra Port Monitoring Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Infra Port Monitoring Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback)
API will get Infra Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Infra Port Monitoring Profile Binding Map.
|
void |
StatisticsStub.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback) |
void |
Statistics.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback)
Get infra segment port statistics information.
|
void |
StatisticsStub.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get infra segment port statistics information.
|
void |
PortMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Infra Port Monitoring Profile Binding Maps in current port id.
|
void |
PortMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Infra Port Monitoring Profile Binding Maps in current port id.
|
void |
PortMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create Infra Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Infra Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback)
API will update Infra Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Infra Port Monitoring Profile Binding Map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceChainMappingsStub.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceChainMappingListResult> asyncCallback) |
void |
ServiceChainMappings.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceChainMappingListResult> asyncCallback)
List all service chain mappings in the system for the given service profile.
|
void |
ServiceChainMappingsStub.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceChainMappingListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChainMappings.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceChainMappingListResult> asyncCallback,
InvocationConfig invocationConfig)
List all service chain mappings in the system for the given service profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceEntriesStub.delete(String serviceId,
String serviceEntryId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceEntries.delete(String serviceId,
String serviceEntryId,
AsyncCallback<Void> asyncCallback)
Delete Service entry
|
void |
ServiceEntriesStub.delete(String serviceId,
String serviceEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.delete(String serviceId,
String serviceEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Service entry
|
void |
ServiceEntriesStub.get(String serviceId,
String serviceEntryId,
AsyncCallback<Structure> asyncCallback) |
void |
ServiceEntries.get(String serviceId,
String serviceEntryId,
AsyncCallback<Structure> asyncCallback)
Service entry
|
void |
ServiceEntriesStub.get(String serviceId,
String serviceEntryId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.get(String serviceId,
String serviceEntryId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Service entry
|
void |
ServiceEntriesStub.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceEntryListResult> asyncCallback) |
void |
ServiceEntries.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceEntryListResult> asyncCallback)
Paginated list of Service entries for the given service
|
void |
ServiceEntriesStub.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceEntryListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceEntryListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of Service entries for the given service
|
void |
ServiceEntriesStub.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Void> asyncCallback) |
void |
ServiceEntries.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Void> asyncCallback)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
void |
ServiceEntriesStub.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
void |
ServiceEntriesStub.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Structure> asyncCallback) |
void |
ServiceEntries.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Structure> asyncCallback)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
void |
ServiceEntriesStub.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CpuMemThresholdsProfileBindingMaps.delete(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Firewall CPU Memory Thresholds Profile Binding.
|
void |
CpuMemThresholdsProfileBindingMapsStub.delete(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
CpuMemThresholdsProfileBindingMaps.delete(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Firewall CPU Memory Thresholds Profile Binding.
|
void |
CpuMemThresholdsProfileBindingMapsStub.delete(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfilesStub.delete(String profileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
CpuMemThresholdsProfiles.delete(String profileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Delete CPU and memory thresholds profile.
|
void |
CpuMemThresholdsProfilesStub.delete(String profileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfiles.delete(String profileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete CPU and memory thresholds profile.
|
void |
SecurityStub.get(AsyncCallback<DfwFirewallConfiguration> asyncCallback) |
void |
Security.get(AsyncCallback<DfwFirewallConfiguration> asyncCallback)
Get the current dfw firewall configurations.
|
void |
SecurityStub.get(AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
Security.get(AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Get the current dfw firewall configurations.
|
void |
CpuMemThresholdsProfilesStub.get(String profileId,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback) |
void |
CpuMemThresholdsProfiles.get(String profileId,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback)
Read the CPU and memory thresholds profile.
|
void |
CpuMemThresholdsProfilesStub.get(String profileId,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfiles.get(String profileId,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback,
InvocationConfig invocationConfig)
Read the CPU and memory thresholds profile.
|
void |
CpuMemThresholdsProfileBindingMaps.get(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback)
API will get Firewall CPU Memory Thresholds Profile Binding Map.
|
void |
CpuMemThresholdsProfileBindingMapsStub.get(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback) |
void |
CpuMemThresholdsProfileBindingMaps.get(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Firewall CPU Memory Thresholds Profile Binding Map.
|
void |
CpuMemThresholdsProfileBindingMapsStub.get(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfileBindingMaps.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMapListResult> asyncCallback)
API will list all Firewall CPU Memory Thresholds Profile Binding Maps.
|
void |
CpuMemThresholdsProfileBindingMapsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMapListResult> asyncCallback) |
void |
CpuMemThresholdsProfileBindingMaps.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Firewall CPU Memory Thresholds Profile Binding Maps.
|
void |
CpuMemThresholdsProfileBindingMapsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfileListResult> asyncCallback) |
void |
CpuMemThresholdsProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfileListResult> asyncCallback)
List all CPU and memory thresholds profiles.
|
void |
CpuMemThresholdsProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
List all CPU and memory thresholds profiles.
|
void |
SecurityStub.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<Void> asyncCallback) |
void |
Security.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<Void> asyncCallback)
Update dfw firewall related configurations.
|
void |
SecurityStub.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Security.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update dfw firewall related configurations.
|
void |
CpuMemThresholdsProfileBindingMaps.patch(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create or update Firewall CPU Memory Thresholds Profile binding map.
|
void |
CpuMemThresholdsProfileBindingMapsStub.patch(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
CpuMemThresholdsProfileBindingMaps.patch(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Firewall CPU Memory Thresholds Profile binding map.
|
void |
CpuMemThresholdsProfileBindingMapsStub.patch(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfilesStub.patch(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
CpuMemThresholdsProfiles.patch(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
Create or update CPU and memory thresholds profile.
|
void |
CpuMemThresholdsProfilesStub.patch(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfiles.patch(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update CPU and memory thresholds profile.
|
void |
StatsStub.reset(String category,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
Stats.reset(String category,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Sets firewall rule statistics counter to zero.
|
void |
StatsStub.reset(String category,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Stats.reset(String category,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Sets firewall rule statistics counter to zero.
|
void |
SecurityStub.update(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<DfwFirewallConfiguration> asyncCallback) |
void |
Security.update(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<DfwFirewallConfiguration> asyncCallback)
Update dfw firewall related configurations.
|
void |
SecurityStub.update(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
Security.update(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Update dfw firewall related configurations.
|
void |
CpuMemThresholdsProfileBindingMaps.update(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback)
API will update Firewall CPU Memory Thresholds Profile Binding Map.
|
void |
CpuMemThresholdsProfileBindingMapsStub.update(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback) |
void |
CpuMemThresholdsProfileBindingMaps.update(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Firewall CPU Memory Thresholds Profile Binding Map.
|
void |
CpuMemThresholdsProfileBindingMapsStub.update(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfilesStub.update(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback) |
void |
CpuMemThresholdsProfiles.update(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback)
Create or update CPU and memory thresholds profile.
|
void |
CpuMemThresholdsProfilesStub.update(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfiles.update(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or update CPU and memory thresholds profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcludeListStub.filter(String intentPath,
Boolean deepCheck,
String enforcementPointPath,
AsyncCallback<PolicyResourceReference> asyncCallback) |
void |
ExcludeList.filter(String intentPath,
Boolean deepCheck,
String enforcementPointPath,
AsyncCallback<PolicyResourceReference> asyncCallback)
Filter the firewall exclude list by the given object, to check whether the
object is a member of this exclude list.
|
void |
ExcludeListStub.filter(String intentPath,
Boolean deepCheck,
String enforcementPointPath,
AsyncCallback<PolicyResourceReference> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeList.filter(String intentPath,
Boolean deepCheck,
String enforcementPointPath,
AsyncCallback<PolicyResourceReference> asyncCallback,
InvocationConfig invocationConfig)
Filter the firewall exclude list by the given object, to check whether the
object is a member of this exclude list.
|
void |
IntrusionServices.get(AsyncCallback<IdsSettings> asyncCallback)
Intrusion detection system settings.
|
void |
IntrusionServicesStub.get(AsyncCallback<IdsSettings> asyncCallback) |
void |
IntrusionServices.get(AsyncCallback<IdsSettings> asyncCallback,
InvocationConfig invocationConfig)
Intrusion detection system settings.
|
void |
IntrusionServicesStub.get(AsyncCallback<IdsSettings> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeListStub.get(AsyncCallback<PolicyExcludeList> asyncCallback) |
void |
ExcludeList.get(AsyncCallback<PolicyExcludeList> asyncCallback)
Read exclude list for firewall
|
void |
ExcludeListStub.get(AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeList.get(AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig)
Read exclude list for firewall
|
void |
IntrusionServices.patch(IdsSettings idsSettings,
AsyncCallback<Void> asyncCallback)
Intrusion detection system settings.
|
void |
IntrusionServicesStub.patch(IdsSettings idsSettings,
AsyncCallback<Void> asyncCallback) |
void |
IntrusionServices.patch(IdsSettings idsSettings,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Intrusion detection system settings.
|
void |
IntrusionServicesStub.patch(IdsSettings idsSettings,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeListStub.patch(PolicyExcludeList policyExcludeList,
AsyncCallback<Void> asyncCallback) |
void |
ExcludeList.patch(PolicyExcludeList policyExcludeList,
AsyncCallback<Void> asyncCallback)
Patch exclusion list for security policy.
|
void |
ExcludeListStub.patch(PolicyExcludeList policyExcludeList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeList.patch(PolicyExcludeList policyExcludeList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch exclusion list for security policy.
|
void |
IntrusionServices.update(IdsSettings idsSettings,
AsyncCallback<IdsSettings> asyncCallback)
Intrusion detection system settings.
|
void |
IntrusionServicesStub.update(IdsSettings idsSettings,
AsyncCallback<IdsSettings> asyncCallback) |
void |
IntrusionServices.update(IdsSettings idsSettings,
AsyncCallback<IdsSettings> asyncCallback,
InvocationConfig invocationConfig)
Intrusion detection system settings.
|
void |
IntrusionServicesStub.update(IdsSettings idsSettings,
AsyncCallback<IdsSettings> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeListStub.update(PolicyExcludeList policyExcludeList,
AsyncCallback<PolicyExcludeList> asyncCallback) |
void |
ExcludeList.update(PolicyExcludeList policyExcludeList,
AsyncCallback<PolicyExcludeList> asyncCallback)
Update the exclusion list for security policy
|
void |
ExcludeListStub.update(PolicyExcludeList policyExcludeList,
AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeList.update(PolicyExcludeList policyExcludeList,
AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig)
Update the exclusion list for security policy
|
| Modifier and Type | Method and Description |
|---|---|
void |
Profiles.delete(String profileId,
AsyncCallback<Void> asyncCallback)
Delete intrusion detection profile.
|
void |
ProfilesStub.delete(String profileId,
AsyncCallback<Void> asyncCallback) |
void |
Profiles.delete(String profileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete intrusion detection profile.
|
void |
ProfilesStub.delete(String profileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IdsStandaloneHostConfigStub.get(AsyncCallback<IdsStandaloneHostConfig> asyncCallback) |
void |
IdsStandaloneHostConfig.get(AsyncCallback<IdsStandaloneHostConfig> asyncCallback)
Read intrusion detection system config of standalone hosts.
|
void |
IdsStandaloneHostConfigStub.get(AsyncCallback<IdsStandaloneHostConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
IdsStandaloneHostConfig.get(AsyncCallback<IdsStandaloneHostConfig> asyncCallback,
InvocationConfig invocationConfig)
Read intrusion detection system config of standalone hosts.
|
void |
ClusterConfigsStub.get(String clusterId,
AsyncCallback<IdsClusterConfig> asyncCallback) |
void |
ClusterConfigs.get(String clusterId,
AsyncCallback<IdsClusterConfig> asyncCallback)
Read intrusion detection system cluster config
|
void |
ClusterConfigsStub.get(String clusterId,
AsyncCallback<IdsClusterConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
ClusterConfigs.get(String clusterId,
AsyncCallback<IdsClusterConfig> asyncCallback,
InvocationConfig invocationConfig)
Read intrusion detection system cluster config
|
void |
Profiles.get(String profileId,
AsyncCallback<IdsProfile> asyncCallback)
Read intrusion detection profile
|
void |
ProfilesStub.get(String profileId,
AsyncCallback<IdsProfile> asyncCallback) |
void |
Profiles.get(String profileId,
AsyncCallback<IdsProfile> asyncCallback,
InvocationConfig invocationConfig)
Read intrusion detection profile
|
void |
ProfilesStub.get(String profileId,
AsyncCallback<IdsProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
ClusterConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsClusterConfigListResult> asyncCallback) |
void |
ClusterConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsClusterConfigListResult> asyncCallback)
List intrusion detection system cluster configs.
|
void |
ClusterConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsClusterConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ClusterConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsClusterConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
List intrusion detection system cluster configs.
|
void |
Profiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsProfileListResult> asyncCallback)
List intrusion detection profiles.
|
void |
ProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsProfileListResult> asyncCallback) |
void |
Profiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
List intrusion detection profiles.
|
void |
ProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SignatureVersions.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureVersionListResult> asyncCallback)
Intrusion detection system signature versions.
|
void |
SignatureVersionsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureVersionListResult> asyncCallback) |
void |
SignatureVersions.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureVersionListResult> asyncCallback,
InvocationConfig invocationConfig)
Intrusion detection system signature versions.
|
void |
SignatureVersionsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureVersionListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SignatureVersions.makeactiveversion(IdsSignatureVersion idsSignatureVersion,
AsyncCallback<Void> asyncCallback)
Make this IDS Signature version as ACTIVE version and other versions as
NOTACTIVE.
|
void |
SignatureVersionsStub.makeactiveversion(IdsSignatureVersion idsSignatureVersion,
AsyncCallback<Void> asyncCallback) |
void |
SignatureVersions.makeactiveversion(IdsSignatureVersion idsSignatureVersion,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Make this IDS Signature version as ACTIVE version and other versions as
NOTACTIVE.
|
void |
SignatureVersionsStub.makeactiveversion(IdsSignatureVersion idsSignatureVersion,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IdsStandaloneHostConfigStub.patch(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<Void> asyncCallback) |
void |
IdsStandaloneHostConfig.patch(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<Void> asyncCallback)
Patch intrusion detection system configuration on standalone hosts.
|
void |
IdsStandaloneHostConfigStub.patch(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IdsStandaloneHostConfig.patch(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch intrusion detection system configuration on standalone hosts.
|
void |
ClusterConfigsStub.patch(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<Void> asyncCallback) |
void |
ClusterConfigs.patch(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<Void> asyncCallback)
Patch intrusion detection system on cluster level.
|
void |
ClusterConfigsStub.patch(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ClusterConfigs.patch(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch intrusion detection system on cluster level.
|
void |
Profiles.patch(String profileId,
IdsProfile idsProfile,
AsyncCallback<Void> asyncCallback)
Patch intrusion detection system profile.
|
void |
ProfilesStub.patch(String profileId,
IdsProfile idsProfile,
AsyncCallback<Void> asyncCallback) |
void |
Profiles.patch(String profileId,
IdsProfile idsProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch intrusion detection system profile.
|
void |
ProfilesStub.patch(String profileId,
IdsProfile idsProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IdsStandaloneHostConfigStub.update(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<IdsStandaloneHostConfig> asyncCallback) |
void |
IdsStandaloneHostConfig.update(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<IdsStandaloneHostConfig> asyncCallback)
Update intrusion detection system configuration on standalone hosts.
|
void |
IdsStandaloneHostConfigStub.update(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<IdsStandaloneHostConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
IdsStandaloneHostConfig.update(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<IdsStandaloneHostConfig> asyncCallback,
InvocationConfig invocationConfig)
Update intrusion detection system configuration on standalone hosts.
|
void |
ClusterConfigsStub.update(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<IdsClusterConfig> asyncCallback) |
void |
ClusterConfigs.update(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<IdsClusterConfig> asyncCallback)
Update intrusion detection system on cluster level.
|
void |
ClusterConfigsStub.update(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<IdsClusterConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
ClusterConfigs.update(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<IdsClusterConfig> asyncCallback,
InvocationConfig invocationConfig)
Update intrusion detection system on cluster level.
|
void |
Profiles.update(String profileId,
IdsProfile idsProfile,
AsyncCallback<IdsProfile> asyncCallback)
Update intrusion detection profile.
|
void |
ProfilesStub.update(String profileId,
IdsProfile idsProfile,
AsyncCallback<IdsProfile> asyncCallback) |
void |
Profiles.update(String profileId,
IdsProfile idsProfile,
AsyncCallback<IdsProfile> asyncCallback,
InvocationConfig invocationConfig)
Update intrusion detection profile.
|
void |
ProfilesStub.update(String profileId,
IdsProfile idsProfile,
AsyncCallback<IdsProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
SignaturesStub.updatesignatures(AsyncCallback<Void> asyncCallback) |
void |
Signatures.updatesignatures(AsyncCallback<Void> asyncCallback)
Trigger the process to Download and update the IDS signatures manually.
|
void |
SignaturesStub.updatesignatures(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Signatures.updatesignatures(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Trigger the process to Download and update the IDS signatures manually.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignaturesStub.list(String versionId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureListResult> asyncCallback) |
void |
Signatures.list(String versionId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureListResult> asyncCallback)
List intrusion detection system signatures.
|
void |
SignaturesStub.list(String versionId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Signatures.list(String versionId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureListResult> asyncCallback,
InvocationConfig invocationConfig)
List intrusion detection system signatures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(AsyncCallback<IdsSignatureStatus> asyncCallback) |
void |
Status.get(AsyncCallback<IdsSignatureStatus> asyncCallback)
Intrusion detection system signatures status.
|
void |
StatusStub.get(AsyncCallback<IdsSignatureStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(AsyncCallback<IdsSignatureStatus> asyncCallback,
InvocationConfig invocationConfig)
Intrusion detection system signatures status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerCertificateStub.get(String address,
long port,
AsyncCallback<TlsListenerCertificate> asyncCallback) |
void |
ListenerCertificate.get(String address,
long port,
AsyncCallback<TlsListenerCertificate> asyncCallback)
Connects to the given IP and port, and, if an SSL listener is present, returns
the certificate of the listener.
|
void |
ListenerCertificateStub.get(String address,
long port,
AsyncCallback<TlsListenerCertificate> asyncCallback,
InvocationConfig invocationConfig) |
void |
ListenerCertificate.get(String address,
long port,
AsyncCallback<TlsListenerCertificate> asyncCallback,
InvocationConfig invocationConfig)
Connects to the given IP and port, and, if an SSL listener is present, returns
the certificate of the listener.
|
void |
EnforcementPoints.get(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback)
Read an Enforcement Point under Infra/Site
|
void |
EnforcementPointsStub.get(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback) |
void |
EnforcementPoints.get(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig)
Read an Enforcement Point under Infra/Site
|
void |
EnforcementPointsStub.get(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback)
Paginated list of all enforcementpoints under Site.
|
void |
EnforcementPointsStub.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback) |
void |
EnforcementPoints.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all enforcementpoints under Site.
|
void |
EnforcementPointsStub.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeBridgeProfiles.delete(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<Void> asyncCallback)
API will delete L2 bridge profile with ID profile-id
|
void |
EdgeBridgeProfilesStub.delete(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<Void> asyncCallback) |
void |
EdgeBridgeProfiles.delete(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete L2 bridge profile with ID profile-id
|
void |
EdgeBridgeProfilesStub.delete(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeBridgeProfiles.get(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback)
Read L2 bridge profile with ID profile-id
|
void |
EdgeBridgeProfilesStub.get(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback) |
void |
EdgeBridgeProfiles.get(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback,
InvocationConfig invocationConfig)
Read L2 bridge profile with ID profile-id
|
void |
EdgeBridgeProfilesStub.get(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeClustersStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
AsyncCallback<PolicyEdgeCluster> asyncCallback) |
void |
EdgeClusters.get(String siteId,
String enforcementpointId,
String edgeClusterId,
AsyncCallback<PolicyEdgeCluster> asyncCallback)
Read a Edge Cluster under an Enforcement Point
|
void |
EdgeClustersStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
AsyncCallback<PolicyEdgeCluster> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeClusters.get(String siteId,
String enforcementpointId,
String edgeClusterId,
AsyncCallback<PolicyEdgeCluster> asyncCallback,
InvocationConfig invocationConfig)
Read a Edge Cluster under an Enforcement Point
|
void |
TransportZonesStub.get(String siteId,
String enforcementpointId,
String transportZoneId,
AsyncCallback<PolicyTransportZone> asyncCallback) |
void |
TransportZones.get(String siteId,
String enforcementpointId,
String transportZoneId,
AsyncCallback<PolicyTransportZone> asyncCallback)
Read a Transport Zone under an Enforcement Point
|
void |
TransportZonesStub.get(String siteId,
String enforcementpointId,
String transportZoneId,
AsyncCallback<PolicyTransportZone> asyncCallback,
InvocationConfig invocationConfig) |
void |
TransportZones.get(String siteId,
String enforcementpointId,
String transportZoneId,
AsyncCallback<PolicyTransportZone> asyncCallback,
InvocationConfig invocationConfig)
Read a Transport Zone under an Enforcement Point
|
void |
EdgeClustersStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterListResult> asyncCallback) |
void |
EdgeClusters.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterListResult> asyncCallback)
Paginated list of all Edge Clusters under an Enforcement Point
|
void |
EdgeClustersStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeClusters.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Edge Clusters under an Enforcement Point
|
void |
TransportZonesStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyTransportZoneListResult> asyncCallback) |
void |
TransportZones.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyTransportZoneListResult> asyncCallback)
Paginated list of all Transport Zones under an Enforcement Point
|
void |
TransportZonesStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyTransportZoneListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
TransportZones.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyTransportZoneListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Transport Zones under an Enforcement Point
|
void |
EdgeBridgeProfiles.list(String siteId,
String enforcementPointId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2BridgeEndpointProfileListResult> asyncCallback)
List all L2 bridge profiles
|
void |
EdgeBridgeProfilesStub.list(String siteId,
String enforcementPointId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2BridgeEndpointProfileListResult> asyncCallback) |
void |
EdgeBridgeProfiles.list(String siteId,
String enforcementPointId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2BridgeEndpointProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
List all L2 bridge profiles
|
void |
EdgeBridgeProfilesStub.list(String siteId,
String enforcementPointId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2BridgeEndpointProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeBridgeProfiles.patch(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<Void> asyncCallback)
API will create or update L2 bridge profile with ID profile-id.
|
void |
EdgeBridgeProfilesStub.patch(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<Void> asyncCallback) |
void |
EdgeBridgeProfiles.patch(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update L2 bridge profile with ID profile-id.
|
void |
EdgeBridgeProfilesStub.patch(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeBridgeProfiles.update(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback)
API will create or update L2 bridge profile with ID profile-id.
|
void |
EdgeBridgeProfilesStub.update(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback) |
void |
EdgeBridgeProfiles.update(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback,
InvocationConfig invocationConfig)
API will create or update L2 bridge profile with ID profile-id.
|
void |
EdgeBridgeProfilesStub.update(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
UrlCategorizationConfigs.delete(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<Void> asyncCallback)
Delete PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.delete(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<Void> asyncCallback) |
void |
UrlCategorizationConfigs.delete(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.delete(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeNodes.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
AsyncCallback<PolicyEdgeNode> asyncCallback)
Read a Edge Node under an Enforcement Point, Edge Cluster
|
void |
EdgeNodesStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
AsyncCallback<PolicyEdgeNode> asyncCallback) |
void |
EdgeNodes.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
AsyncCallback<PolicyEdgeNode> asyncCallback,
InvocationConfig invocationConfig)
Read a Edge Node under an Enforcement Point, Edge Cluster
|
void |
EdgeNodesStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
AsyncCallback<PolicyEdgeNode> asyncCallback,
InvocationConfig invocationConfig) |
void |
UrlCategorizationConfigs.get(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback)
Gets a PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.get(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback) |
void |
UrlCategorizationConfigs.get(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback,
InvocationConfig invocationConfig)
Gets a PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.get(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeNodes.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeNodeListResult> asyncCallback)
Paginated list of all Edge Nodes under an Enforcement Point, Edge Cluster
|
void |
EdgeNodesStub.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeNodeListResult> asyncCallback) |
void |
EdgeNodes.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeNodeListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Edge Nodes under an Enforcement Point, Edge Cluster
|
void |
EdgeNodesStub.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeNodeListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
UrlCategorizationConfigs.patch(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback)
Creates/Updates a PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.patch(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback) |
void |
UrlCategorizationConfigs.patch(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback,
InvocationConfig invocationConfig)
Creates/Updates a PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.patch(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
UrlCategorizationConfigs.update(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback)
Creates/Updates a PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.update(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback) |
void |
UrlCategorizationConfigs.update(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback,
InvocationConfig invocationConfig)
Creates/Updates a PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.update(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagOperations.get(String operationId,
AsyncCallback<TagBulkOperation> asyncCallback)
Get details of tag bulk operation request with which tag is applied or removed
on virtual machines.
|
void |
TagOperationsStub.get(String operationId,
AsyncCallback<TagBulkOperation> asyncCallback) |
void |
TagOperations.get(String operationId,
AsyncCallback<TagBulkOperation> asyncCallback,
InvocationConfig invocationConfig)
Get details of tag bulk operation request with which tag is applied or removed
on virtual machines.
|
void |
TagOperationsStub.get(String operationId,
AsyncCallback<TagBulkOperation> asyncCallback,
InvocationConfig invocationConfig) |
void |
EffectiveResources.list(String cursor,
String filterText,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String tag,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)
Paginated list of all objects assigned with matching scope and tag values.
|
void |
EffectiveResourcesStub.list(String cursor,
String filterText,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String tag,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback) |
void |
EffectiveResources.list(String cursor,
String filterText,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String tag,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all objects assigned with matching scope and tag values.
|
void |
EffectiveResourcesStub.list(String cursor,
String filterText,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String tag,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
TagOperations.update(String operationId,
TagBulkOperation tagBulkOperation,
AsyncCallback<TagBulkOperation> asyncCallback)
Tag can be assigned or unassigned on multiple objects.
|
void |
TagOperationsStub.update(String operationId,
TagBulkOperation tagBulkOperation,
AsyncCallback<TagBulkOperation> asyncCallback) |
void |
TagOperations.update(String operationId,
TagBulkOperation tagBulkOperation,
AsyncCallback<TagBulkOperation> asyncCallback,
InvocationConfig invocationConfig)
Tag can be assigned or unassigned on multiple objects.
|
void |
TagOperationsStub.update(String operationId,
TagBulkOperation tagBulkOperation,
AsyncCallback<TagBulkOperation> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(String operationId,
AsyncCallback<TagBulkOperationStatus> asyncCallback) |
void |
Status.get(String operationId,
AsyncCallback<TagBulkOperationStatus> asyncCallback)
Get status of tag bulk operation with details of tag operation on each virtual
machine.
|
void |
StatusStub.get(String operationId,
AsyncCallback<TagBulkOperationStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String operationId,
AsyncCallback<TagBulkOperationStatus> asyncCallback,
InvocationConfig invocationConfig)
Get status of tag bulk operation with details of tag operation on each virtual
machine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupsStub.delete(String tier0Id,
String groupId,
AsyncCallback<Void> asyncCallback) |
void |
LocaleServicesStub.delete(String tier0Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback) |
void |
RouteMaps.delete(String tier0Id,
String routeMapId,
AsyncCallback<Void> asyncCallback)
Delete a route map
|
void |
PrefixLists.delete(String tier0Id,
String prefixListId,
AsyncCallback<Void> asyncCallback)
Delete a prefix list
|
void |
Groups.delete(String tier0Id,
String groupId,
AsyncCallback<Void> asyncCallback)
Delete the Group under Tier-0.
|
void |
PrefixListsStub.delete(String tier0Id,
String prefixListId,
AsyncCallback<Void> asyncCallback) |
void |
LocaleServices.delete(String tier0Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback)
Delete Tier-0 locale-services
|
void |
RouteMapsStub.delete(String tier0Id,
String routeMapId,
AsyncCallback<Void> asyncCallback) |
void |
GroupsStub.delete(String tier0Id,
String groupId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.delete(String tier0Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RouteMaps.delete(String tier0Id,
String routeMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a route map
|
void |
PrefixLists.delete(String tier0Id,
String prefixListId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a prefix list
|
void |
Groups.delete(String tier0Id,
String groupId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the Group under Tier-0.
|
void |
PrefixListsStub.delete(String tier0Id,
String prefixListId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.delete(String tier0Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0 locale-services
|
void |
RouteMapsStub.delete(String tier0Id,
String routeMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.get(String tier0Id,
String communityListId,
AsyncCallback<CommunityList> asyncCallback) |
void |
CommunityLists.get(String tier0Id,
String communityListId,
AsyncCallback<CommunityList> asyncCallback)
Read a BGP community list
|
void |
CommunityListsStub.get(String tier0Id,
String communityListId,
AsyncCallback<CommunityList> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.get(String tier0Id,
String communityListId,
AsyncCallback<CommunityList> asyncCallback,
InvocationConfig invocationConfig)
Read a BGP community list
|
void |
GroupsStub.get(String tier0Id,
String groupId,
AsyncCallback<Group> asyncCallback) |
void |
Groups.get(String tier0Id,
String groupId,
AsyncCallback<Group> asyncCallback)
Read Tier-0 Group
|
void |
GroupsStub.get(String tier0Id,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.get(String tier0Id,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0 Group
|
void |
LocaleServicesStub.get(String tier0Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback) |
void |
LocaleServices.get(String tier0Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback)
Read Tier-0 locale-services
|
void |
LocaleServicesStub.get(String tier0Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.get(String tier0Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0 locale-services
|
void |
PrefixLists.get(String tier0Id,
String prefixListId,
AsyncCallback<PrefixList> asyncCallback)
Read a prefix list
|
void |
PrefixListsStub.get(String tier0Id,
String prefixListId,
AsyncCallback<PrefixList> asyncCallback) |
void |
PrefixLists.get(String tier0Id,
String prefixListId,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig)
Read a prefix list
|
void |
PrefixListsStub.get(String tier0Id,
String prefixListId,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunityListListResult> asyncCallback) |
void |
CommunityLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunityListListResult> asyncCallback)
Paginated list of all community lists under a tier-0
|
void |
CommunityListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunityListListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunityListListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all community lists under a tier-0
|
void |
LocaleServicesStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback) |
void |
LocaleServices.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback)
Paginated list of all Tier-0 locale-services
|
void |
LocaleServicesStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 locale-services
|
void |
PrefixLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PrefixListResult> asyncCallback)
Paginated list of all prefix lists
|
void |
PrefixListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PrefixListResult> asyncCallback) |
void |
PrefixLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PrefixListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all prefix lists
|
void |
PrefixListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PrefixListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
RouteMaps.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0RouteMapListResult> asyncCallback)
Paginated list of all route maps under a tier-0
|
void |
RouteMapsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0RouteMapListResult> asyncCallback) |
void |
RouteMaps.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0RouteMapListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all route maps under a tier-0
|
void |
RouteMapsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0RouteMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback) |
void |
Groups.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback)
Paginated list of all Groups for Tier-0.
|
void |
GroupsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Groups for Tier-0.
|
void |
ForwardingTable.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback)
Get forwarding table from tier-0
|
void |
RoutingTableStub.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback) |
void |
RoutingTable.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback)
Get routing table from tier-0
|
void |
ForwardingTableStub.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback) |
void |
ForwardingTable.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig)
Get forwarding table from tier-0
|
void |
RoutingTableStub.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoutingTable.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig)
Get routing table from tier-0
|
void |
ForwardingTableStub.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.patch(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<Void> asyncCallback) |
void |
CommunityLists.patch(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<Void> asyncCallback)
If a community list with the community-list-id is not already present, create a
new community list.
|
void |
CommunityListsStub.patch(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.patch(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a community list with the community-list-id is not already present, create a
new community list.
|
void |
GroupsStub.patch(String tier0Id,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback) |
void |
Groups.patch(String tier0Id,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
GroupsStub.patch(String tier0Id,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.patch(String tier0Id,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
LocaleServicesStub.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback) |
void |
LocaleServices.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
LocaleServicesStub.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
PrefixLists.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<Void> asyncCallback)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<Void> asyncCallback) |
void |
PrefixLists.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.update(String tier0Id,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback) |
void |
Groups.update(String tier0Id,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
GroupsStub.update(String tier0Id,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.update(String tier0Id,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
LocaleServicesStub.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback) |
void |
LocaleServices.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
LocaleServicesStub.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
PrefixLists.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<PrefixList> asyncCallback)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<PrefixList> asyncCallback) |
void |
PrefixLists.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback)
Get statistics of tier-0 DNS forwarder.
|
void |
StatisticsStub.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of tier-0 DNS forwarder.
|
void |
StatusStub.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback) |
void |
Status.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback)
Get current status of tier-0 DNS forwarder.
|
void |
StatusStub.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig)
Get current status of tier-0 DNS forwarder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpAddressesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback) |
void |
IpAddresses.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback)
Get IP addresses that belong to this Tier-0 Group.
|
void |
IpAddressesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddresses.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get IP addresses that belong to this Tier-0 Group.
|
void |
VirtualMachines.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback)
Get Virtual machines that belong to this Tier-0 Group.
|
void |
VirtualMachinesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback) |
void |
VirtualMachines.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
Get Virtual machines that belong to this Tier-0 Group.
|
void |
VirtualMachinesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
BgpStub.delete(String tier0Id,
String localeServiceId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Bgp.delete(String tier0Id,
String localeServiceId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Deletes the specified overridden BgpRoutingConfig.
|
void |
BgpStub.delete(String tier0Id,
String localeServiceId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bgp.delete(String tier0Id,
String localeServiceId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the specified overridden BgpRoutingConfig.
|
void |
ServiceInterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback) |
void |
L3vpns.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<Void> asyncCallback)
Asynchronous method overload.
|
void |
IpsecVpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceInterfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback)
Delete service interface
|
void |
L2vpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback)
Delete L2VPN service for given Tier-0 locale service.
|
void |
L3vpnsStub.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<Void> asyncCallback) |
void |
L2vpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback)
Delete IPSec VPN service for given locale service under Tier-0.
|
void |
ServiceInterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
IpsecVpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete service interface
|
void |
L2vpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete L2VPN service for given Tier-0 locale service.
|
void |
L3vpnsStub.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN service for given locale service under Tier-0.
|
void |
Interfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Delete Tier-0 interface
|
void |
InterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Interfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0 interface
|
void |
InterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
BgpStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<BgpRoutingConfig> asyncCallback) |
void |
Bgp.get(String tier0Id,
String localeServiceId,
AsyncCallback<BgpRoutingConfig> asyncCallback)
Read BGP routing config
|
void |
BgpStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bgp.get(String tier0Id,
String localeServiceId,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig)
Read BGP routing config
|
void |
L2vpnContextStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<L2VpnContext> asyncCallback) |
void |
L2vpnContext.get(String tier0Id,
String localeServiceId,
AsyncCallback<L2VpnContext> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnContextStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<L2VpnContext> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpnContext.get(String tier0Id,
String localeServiceId,
AsyncCallback<L2VpnContext> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnContext.get(String tier0Id,
String localeServiceId,
AsyncCallback<L3VpnContext> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnContextStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<L3VpnContext> asyncCallback) |
void |
L3vpnContext.get(String tier0Id,
String localeServiceId,
AsyncCallback<L3VpnContext> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnContextStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<L3VpnContext> asyncCallback,
InvocationConfig invocationConfig) |
void |
MulticastStub.get(String tier0Id,
String localeServicesId,
AsyncCallback<PolicyMulticastConfig> asyncCallback) |
void |
Multicast.get(String tier0Id,
String localeServicesId,
AsyncCallback<PolicyMulticastConfig> asyncCallback)
Read Multicast Configuration.
|
void |
MulticastStub.get(String tier0Id,
String localeServicesId,
AsyncCallback<PolicyMulticastConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Multicast.get(String tier0Id,
String localeServicesId,
AsyncCallback<PolicyMulticastConfig> asyncCallback,
InvocationConfig invocationConfig)
Read Multicast Configuration.
|
void |
IpsecVpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback) |
void |
IpsecVpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback)
Get IPSec VPN service for given locale service under Tier-0.
|
void |
IpsecVpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN service for given locale service under Tier-0.
|
void |
L2vpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<L2VPNService> asyncCallback)
Get L2VPN service for given Tier-0 locale service.
|
void |
L2vpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<L2VPNService> asyncCallback) |
void |
L2vpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig)
Get L2VPN service for given Tier-0 locale service.
|
void |
L2vpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.get(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback) |
void |
L3vpns.get(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<ServiceInterface> asyncCallback) |
void |
ServiceInterfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<ServiceInterface> asyncCallback)
Read service interface
|
void |
ServiceInterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig)
Read service interface
|
void |
Interfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Tier0Interface> asyncCallback)
Read Tier-0 interface
|
void |
InterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Tier0Interface> asyncCallback) |
void |
Interfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0 interface
|
void |
InterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback) |
void |
IpsecVpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback)
Get paginated list of all IPSec VPN services for given locale service under
Tier-0.
|
void |
IpsecVpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN services for given locale service under
Tier-0.
|
void |
L2vpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNServiceListResult> asyncCallback)
Get paginated list of all L2VPN services under Tier-0.
|
void |
L2vpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNServiceListResult> asyncCallback) |
void |
L2vpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all L2VPN services under Tier-0.
|
void |
L2vpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInterfaceListResult> asyncCallback) |
void |
ServiceInterfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInterfaceListResult> asyncCallback)
Paginated list of all Service Interfaces
|
void |
ServiceInterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Service Interfaces
|
void |
Interfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0InterfaceListResult> asyncCallback)
Paginated list of all Tier-0 Interfaces
|
void |
InterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0InterfaceListResult> asyncCallback) |
void |
Interfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 Interfaces
|
void |
InterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L3VpnListResult> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L3VpnListResult> asyncCallback) |
void |
L3vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L3VpnListResult> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L3VpnListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
BgpStub.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Bgp.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<Void> asyncCallback)
If an BGP routing config not present, create BGP routing config.
|
void |
BgpStub.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bgp.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an BGP routing config not present, create BGP routing config.
|
void |
MulticastStub.patch(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<Void> asyncCallback) |
void |
Multicast.patch(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<Void> asyncCallback)
Create or update a Tier-0 multicast configuration defining the multicast
replication range, the IGMP or a PIM profile.
|
void |
MulticastStub.patch(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Multicast.patch(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update a Tier-0 multicast configuration defining the multicast
replication range, the IGMP or a PIM profile.
|
void |
IpsecVpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback)
Create or patch IPSec VPN service for given locale service under Tier-0.
|
void |
IpsecVpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch IPSec VPN service for given locale service under Tier-0.
|
void |
L2vpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<Void> asyncCallback)
Create or patch L2VPN service for given Tier-0 locale service.
|
void |
L2vpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<Void> asyncCallback) |
void |
L2vpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch L2VPN service for given Tier-0 locale service.
|
void |
L2vpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<Void> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<Void> asyncCallback) |
void |
L3vpns.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<Void> asyncCallback) |
void |
ServiceInterfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<Void> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
ServiceInterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
Interfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Void> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Interfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback) |
void |
L3vpns.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig) |
void |
BgpStub.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<BgpRoutingConfig> asyncCallback) |
void |
Bgp.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<BgpRoutingConfig> asyncCallback)
If BGP routing config is not already present, create BGP routing config.
|
void |
BgpStub.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bgp.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig)
If BGP routing config is not already present, create BGP routing config.
|
void |
MulticastStub.update(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<PolicyMulticastConfig> asyncCallback) |
void |
Multicast.update(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<PolicyMulticastConfig> asyncCallback)
Create or update a Tier-0 multicast configuration defining the multicast
replication range, the IGMP or a PIM profile.
|
void |
MulticastStub.update(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<PolicyMulticastConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Multicast.update(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<PolicyMulticastConfig> asyncCallback,
InvocationConfig invocationConfig)
Create or update a Tier-0 multicast configuration defining the multicast
replication range, the IGMP or a PIM profile.
|
void |
IpsecVpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback) |
void |
IpsecVpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback)
Create or fully replace IPSec VPN service for given locale service under Tier-0.
|
void |
IpsecVpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN service for given locale service under Tier-0.
|
void |
L2vpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<L2VPNService> asyncCallback)
Create or fully replace L2VPN service for given Tier-0 locale service.
|
void |
L2vpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<L2VPNService> asyncCallback) |
void |
L2vpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace L2VPN service for given Tier-0 locale service.
|
void |
L2vpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<L3Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<L3Vpn> asyncCallback) |
void |
L3vpns.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<ServiceInterface> asyncCallback) |
void |
ServiceInterfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<ServiceInterface> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
ServiceInterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
Interfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Tier0Interface> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Tier0Interface> asyncCallback) |
void |
Interfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
NeighborsStub.delete(String tier0Id,
String localeServiceId,
String neighborId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Neighbors.delete(String tier0Id,
String localeServiceId,
String neighborId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Delete BGP neighbor config
|
void |
NeighborsStub.delete(String tier0Id,
String localeServiceId,
String neighborId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.delete(String tier0Id,
String localeServiceId,
String neighborId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete BGP neighbor config
|
void |
NeighborsStub.get(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<BgpNeighborConfig> asyncCallback) |
void |
Neighbors.get(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<BgpNeighborConfig> asyncCallback)
Read BGP neighbor config
|
void |
NeighborsStub.get(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.get(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig)
Read BGP neighbor config
|
void |
NeighborsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborConfigListResult> asyncCallback) |
void |
Neighbors.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborConfigListResult> asyncCallback)
Paginated list of all BGP neighbor configurations
|
void |
NeighborsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all BGP neighbor configurations
|
void |
NeighborsStub.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Neighbors.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<Void> asyncCallback)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
void |
NeighborsStub.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
void |
NeighborsStub.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<BgpNeighborConfig> asyncCallback) |
void |
Neighbors.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<BgpNeighborConfig> asyncCallback)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
void |
NeighborsStub.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback) |
void |
AdvertisedRoutes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback)
Returns routes advertised by BGP neighbor from all edge transport nodes on which
this neighbor is currently enabled.
|
void |
Routes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback)
Returns routes learned by BGP neighbor from all edge nodes on which this
neighbor is currently enabled.
|
void |
AdvertisedRoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback) |
void |
RoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
AdvertisedRoutes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns routes advertised by BGP neighbor from all edge transport nodes on which
this neighbor is currently enabled.
|
void |
Routes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns routes learned by BGP neighbor from all edge nodes on which this
neighbor is currently enabled.
|
void |
AdvertisedRoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatusStub.list(String tier0Id,
String localeServiceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyBgpNeighborsStatusListResult> asyncCallback) |
void |
Status.list(String tier0Id,
String localeServiceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyBgpNeighborsStatusListResult> asyncCallback)
Asynchronous method overload.
|
void |
StatusStub.list(String tier0Id,
String localeServiceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyBgpNeighborsStatusListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.list(String tier0Id,
String localeServiceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyBgpNeighborsStatusListResult> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BgpSummary.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteBgpSummary> asyncCallback)
Get RTEP span and mac address-table.
|
void |
BgpSummaryStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteBgpSummary> asyncCallback) |
void |
BgpSummary.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteBgpSummary> asyncCallback,
InvocationConfig invocationConfig)
Get RTEP span and mac address-table.
|
void |
BgpSummaryStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteBgpSummary> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatusStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteStatus> asyncCallback) |
void |
Status.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteStatus> asyncCallback)
Get RTEP mesh connectivity status.
|
void |
StatusStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteStatus> asyncCallback,
InvocationConfig invocationConfig)
Get RTEP mesh connectivity status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DadStateStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback) |
void |
DadState.get(String tier0Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback)
Get tier-0 interface DAD state information.
|
void |
DadStateStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback,
InvocationConfig invocationConfig) |
void |
DadState.get(String tier0Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback,
InvocationConfig invocationConfig)
Get tier-0 interface DAD state information.
|
void |
ArpTable.list(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback)
Asynchronous method overload.
|
void |
ArpTableStub.list(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback) |
void |
ArpTable.list(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
ArpTableStub.list(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Summary.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback)
Get tier-0 interface statistics summary information.
|
void |
SummaryStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback) |
void |
Summary.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback,
InvocationConfig invocationConfig)
Get tier-0 interface statistics summary information.
|
void |
SummaryStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback)
Delete IPSec VPN session for a given locale service under Tier-0.
|
void |
LocalEndpoints.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback)
Delete IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback) |
void |
LocalEndpointsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN session for a given locale service under Tier-0.
|
void |
LocalEndpoints.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpointsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback)
Get IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
LocalEndpointsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback) |
void |
LocalEndpoints.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
LocalEndpointsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback)
Get IPSec VPN session without sensitive data for a given locale service under
Tier-0.
|
void |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback) |
void |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN session without sensitive data for a given locale service under
Tier-0.
|
void |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback)
Get paginated list of all IPSec VPN local endpoints for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback) |
void |
LocalEndpoints.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN local endpoints for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback)
Get paginated list of all IPSec VPN sessions for a given locale service under
Tier-0.
|
void |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback) |
void |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN sessions for a given locale service under
Tier-0.
|
void |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback)
Create or patch a custom IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback) |
void |
LocalEndpoints.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch a custom IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback)
Create or patch an IPSec VPN session for a given locale service under Tier-0.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch an IPSec VPN session for a given locale service under Tier-0.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback)
Get IPSec VPN session with senstive data for a given locale service under
Tier-0.
|
void |
SessionsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback) |
void |
Sessions.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN session with senstive data for a given locale service under
Tier-0.
|
void |
SessionsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback)
Create or fully replace IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback) |
void |
LocalEndpoints.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback)
Create or fully replace IPSec VPN session for a given locale service under
Tier-0.
|
void |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback) |
void |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN session for a given locale service under
Tier-0.
|
void |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.create(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
Statistics.create(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Resets the statistics of the given VPN session.
|
void |
StatisticsStub.create(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.create(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Resets the statistics of the given VPN session.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback) |
void |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
L2vpns.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<Void> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<Void> asyncCallback) |
void |
L2vpns.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpns.get(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<L2Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<L2Vpn> asyncCallback) |
void |
L2vpns.get(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VpnListResult> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VpnListResult> asyncCallback) |
void |
L2vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VpnListResult> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VpnListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpns.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<Void> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<Void> asyncCallback) |
void |
L2vpns.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpns.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<L2Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<L2Vpn> asyncCallback) |
void |
L2vpns.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback) |
void |
PeerConfig.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback)
Asynchronous method overload.
|
void |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
PeerConfig.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnStatistics> asyncCallback)
Asynchronous method overload.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnStatistics> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sessions.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
AsyncCallback<Void> asyncCallback)
Create or patch an L2VPN session under Tier-0 from Peer Codes.
|
void |
SessionsStub.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch an L2VPN session under Tier-0 from Peer Codes.
|
void |
SessionsStub.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback)
Delete L2VPN session under Tier-0.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete L2VPN session under Tier-0.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<L2VPNSession> asyncCallback)
Get L2VPN session under Tier-0.
|
void |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<L2VPNSession> asyncCallback) |
void |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig)
Get L2VPN session under Tier-0.
|
void |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNSessionListResult> asyncCallback)
Get paginated list of all L2VPN sessions under Tier-0.
|
void |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNSessionListResult> asyncCallback) |
void |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNSessionListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all L2VPN sessions under Tier-0.
|
void |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNSessionListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<Void> asyncCallback)
Create or patch an L2VPN session under Tier-0.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch an L2VPN session under Tier-0.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<L2VPNSession> asyncCallback)
Create or fully replace L2VPN session under Tier-0.
|
void |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<L2VPNSession> asyncCallback) |
void |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace L2VPN session under Tier-0.
|
void |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
AsyncCallback<AggregateL2VPNSessionPeerConfig> asyncCallback) |
void |
PeerConfig.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
AsyncCallback<AggregateL2VPNSessionPeerConfig> asyncCallback)
Get peer config for the Tier-0 L2VPN session to configure the remote side of the
tunnel.
|
void |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
AsyncCallback<AggregateL2VPNSessionPeerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
PeerConfig.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
AsyncCallback<AggregateL2VPNSessionPeerConfig> asyncCallback,
InvocationConfig invocationConfig)
Get peer config for the Tier-0 L2VPN session to configure the remote side of the
tunnel.
|
void |
RemoteMacStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback) |
void |
RemoteMac.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback)
Returns L2Vpn session remote macs for a logical switch.
|
void |
RemoteMacStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback,
InvocationConfig invocationConfig) |
void |
RemoteMac.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback,
InvocationConfig invocationConfig)
Returns L2Vpn session remote macs for a logical switch.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback) |
void |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback)
- no enforcement point path specified: detailed tatus is evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed tatus is evaluated on each
enforcement point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL3VpnStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL3VpnStatistics> asyncCallback)
Asynchronous method overload.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL3VpnStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL3VpnStatistics> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgmpMemberships.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IgmpMemberships> asyncCallback)
Get Igmp Memberships.
|
void |
IgmpMembershipsStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IgmpMemberships> asyncCallback) |
void |
IgmpMemberships.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IgmpMemberships> asyncCallback,
InvocationConfig invocationConfig)
Get Igmp Memberships.
|
void |
IgmpMembershipsStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IgmpMemberships> asyncCallback,
InvocationConfig invocationConfig) |
void |
PimRpMappings.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PimRpMappings> asyncCallback)
Get PIM Rendezvous Point Mappings.
|
void |
PimRpMappingsStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PimRpMappings> asyncCallback) |
void |
PimRpMappings.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PimRpMappings> asyncCallback,
InvocationConfig invocationConfig)
Get PIM Rendezvous Point Mappings.
|
void |
PimRpMappingsStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PimRpMappings> asyncCallback,
InvocationConfig invocationConfig) |
void |
Forwarding.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastForwarding> asyncCallback)
Get Multicast Forwarding.
|
void |
ForwardingStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastForwarding> asyncCallback) |
void |
Forwarding.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastForwarding> asyncCallback,
InvocationConfig invocationConfig)
Get Multicast Forwarding.
|
void |
ForwardingStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastForwarding> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoutesStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastRoutes> asyncCallback) |
void |
Routes.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastRoutes> asyncCallback)
Get Multicast Routes.
|
void |
RoutesStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastRoutes> asyncCallback,
InvocationConfig invocationConfig) |
void |
Routes.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastRoutes> asyncCallback,
InvocationConfig invocationConfig)
Get Multicast Routes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback)
Get statistics for all data NICs on all runtimes associated with this
PolicyServiceInstance.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics for all data NICs on all runtimes associated with this
PolicyServiceInstance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BfdPeers.delete(String tier0Id,
String bfdPeerId,
AsyncCallback<Void> asyncCallback)
Delete this StaticRouteBfdPeer and all the entities contained by it.
|
void |
BfdPeersStub.delete(String tier0Id,
String bfdPeerId,
AsyncCallback<Void> asyncCallback) |
void |
BfdPeers.delete(String tier0Id,
String bfdPeerId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete this StaticRouteBfdPeer and all the entities contained by it.
|
void |
BfdPeersStub.delete(String tier0Id,
String bfdPeerId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdPeers.get(String tier0Id,
String bfdPeerId,
AsyncCallback<StaticRouteBfdPeer> asyncCallback)
Read a StaticRouteBfdPeer with the bfd-peer-id.
|
void |
BfdPeersStub.get(String tier0Id,
String bfdPeerId,
AsyncCallback<StaticRouteBfdPeer> asyncCallback) |
void |
BfdPeers.get(String tier0Id,
String bfdPeerId,
AsyncCallback<StaticRouteBfdPeer> asyncCallback,
InvocationConfig invocationConfig)
Read a StaticRouteBfdPeer with the bfd-peer-id.
|
void |
BfdPeersStub.get(String tier0Id,
String bfdPeerId,
AsyncCallback<StaticRouteBfdPeer> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdPeers.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRouteBfdPeerListResult> asyncCallback)
Paginated list of all StaticRouteBfdPeers.
|
void |
BfdPeersStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRouteBfdPeerListResult> asyncCallback) |
void |
BfdPeers.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRouteBfdPeerListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all StaticRouteBfdPeers.
|
void |
BfdPeersStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRouteBfdPeerListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdPeers.patch(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<Void> asyncCallback)
If a StaticRouteBfdPeer with the bfd-peer-id is not already present, create a
new StaticRouteBfdPeer.
|
void |
BfdPeersStub.patch(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<Void> asyncCallback) |
void |
BfdPeers.patch(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a StaticRouteBfdPeer with the bfd-peer-id is not already present, create a
new StaticRouteBfdPeer.
|
void |
BfdPeersStub.patch(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdPeers.update(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<StaticRouteBfdPeer> asyncCallback)
If a StaticRouteBfdPeer with the bfd-peer-id is not already present, create a
new StaticRouteBfdPeer.
|
void |
BfdPeersStub.update(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<StaticRouteBfdPeer> asyncCallback) |
void |
BfdPeers.update(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<StaticRouteBfdPeer> asyncCallback,
InvocationConfig invocationConfig)
If a StaticRouteBfdPeer with the bfd-peer-id is not already present, create a
new StaticRouteBfdPeer.
|
void |
BfdPeersStub.update(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<StaticRouteBfdPeer> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
DnsForwarder.create(String tier1Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Perform the specified action for Tier0 DNS forwarder on specified enforcement
point.
|
void |
DnsForwarderStub.create(String tier1Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarder.create(String tier1Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Perform the specified action for Tier0 DNS forwarder on specified enforcement
point.
|
void |
DnsForwarderStub.create(String tier1Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.delete(String tier1Id,
AsyncCallback<Void> asyncCallback)
Delete DNS configuration for tier-1 instance
|
void |
DnsForwarderStub.delete(String tier1Id,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarder.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DNS configuration for tier-1 instance
|
void |
DnsForwarderStub.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.delete(String tier1Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback) |
void |
StaticRoutes.delete(String tier1Id,
String routeId,
AsyncCallback<Void> asyncCallback)
Delete Tier-1 static routes
|
void |
StaticRoutesStub.delete(String tier1Id,
String routeId,
AsyncCallback<Void> asyncCallback) |
void |
IpfixSwitchCollectionInstances.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX Switch Collection Instance.Flow forwarding to selected
collector will be stopped.
|
void |
LocaleServices.delete(String tier1Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback)
Delete Tier-1 locale-services
|
void |
Segments.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback)
Delete segment
|
void |
SegmentsStub.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
IpfixSwitchCollectionInstancesStub.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<Void> asyncCallback) |
void |
LocaleServicesStub.delete(String tier1Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.delete(String tier1Id,
String routeId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 static routes
|
void |
StaticRoutesStub.delete(String tier1Id,
String routeId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX Switch Collection Instance.Flow forwarding to selected
collector will be stopped.
|
void |
LocaleServices.delete(String tier1Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 locale-services
|
void |
Segments.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete segment
|
void |
SegmentsStub.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstancesStub.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.delete0(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
Segments.delete0(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.get(String tier1Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback)
Read the DNS Forwarder for the given tier-1 instance
|
void |
DnsForwarderStub.get(String tier1Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback) |
void |
DnsForwarder.get(String tier1Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig)
Read the DNS Forwarder for the given tier-1 instance
|
void |
DnsForwarderStub.get(String tier1Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback)
API will return details of IPFIX switch collection.
|
void |
IpfixSwitchCollectionInstancesStub.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback) |
void |
IpfixSwitchCollectionInstances.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX switch collection.
|
void |
IpfixSwitchCollectionInstancesStub.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.get(String tier1Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback) |
void |
LocaleServices.get(String tier1Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback)
Read Tier-1 locale-services
|
void |
LocaleServicesStub.get(String tier1Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.get(String tier1Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 locale-services
|
void |
Segments.get(String tier1Id,
String segmentId,
AsyncCallback<Segment> asyncCallback)
Read segment
|
void |
SegmentsStub.get(String tier1Id,
String segmentId,
AsyncCallback<Segment> asyncCallback) |
void |
Segments.get(String tier1Id,
String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
Read segment
|
void |
SegmentsStub.get(String tier1Id,
String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.get(String tier1Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback)
Read Tier-1 static routes
|
void |
StaticRoutesStub.get(String tier1Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback) |
void |
StaticRoutes.get(String tier1Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 static routes
|
void |
StaticRoutesStub.get(String tier1Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig) |
void |
State.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1GatewayState> asyncCallback)
Returns
|
void |
StateStub.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1GatewayState> asyncCallback) |
void |
State.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1GatewayState> asyncCallback,
InvocationConfig invocationConfig)
Returns
|
void |
StateStub.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1GatewayState> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayFirewall.list(String tier1Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback)
Get filtered view of Gateway Firewall rules associated with the Tier-1.
|
void |
GatewayFirewallStub.list(String tier1Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback) |
void |
GatewayFirewall.list(String tier1Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
Get filtered view of Gateway Firewall rules associated with the Tier-1.
|
void |
GatewayFirewallStub.list(String tier1Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXSwitchCollectionInstanceListResult> asyncCallback)
API provides list IPFIX Switch collection instances available on selected
logical switch.
|
void |
IpfixSwitchCollectionInstancesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXSwitchCollectionInstanceListResult> asyncCallback) |
void |
IpfixSwitchCollectionInstances.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXSwitchCollectionInstanceListResult> asyncCallback,
InvocationConfig invocationConfig)
API provides list IPFIX Switch collection instances available on selected
logical switch.
|
void |
IpfixSwitchCollectionInstancesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXSwitchCollectionInstanceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback) |
void |
LocaleServices.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback)
Paginated list of all Tier-1 locale-services
|
void |
LocaleServicesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 locale-services
|
void |
Segments.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback)
Paginated list of all segments under Tier-1 instance
|
void |
SegmentsStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback) |
void |
Segments.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all segments under Tier-1 instance
|
void |
SegmentsStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback)
Paginated list of all Tier-1 Static Routes
|
void |
StaticRoutesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback) |
void |
StaticRoutes.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 Static Routes
|
void |
StaticRoutesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ForwardingTable.list(String tier1Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback)
Get forwarding table from tier-1
|
void |
ForwardingTableStub.list(String tier1Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback) |
void |
ForwardingTable.list(String tier1Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig)
Get forwarding table from tier-1
|
void |
ForwardingTableStub.list(String tier1Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarder.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX switch collection instance if the IPFIX switch collection
instance with given id does not already exist.
|
void |
IpfixSwitchCollectionInstancesStub.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<Void> asyncCallback) |
void |
IpfixSwitchCollectionInstances.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX switch collection instance if the IPFIX switch collection
instance with given id does not already exist.
|
void |
IpfixSwitchCollectionInstancesStub.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback) |
void |
LocaleServices.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale services.
|
void |
LocaleServicesStub.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale services.
|
void |
Segments.patch(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback) |
void |
Segments.patch(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback) |
void |
StaticRoutes.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback) |
void |
DnsForwarder.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback)
Create or replace IPFIX switch collection instance.
|
void |
IpfixSwitchCollectionInstancesStub.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback) |
void |
IpfixSwitchCollectionInstances.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig)
Create or replace IPFIX switch collection instance.
|
void |
IpfixSwitchCollectionInstancesStub.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback) |
void |
LocaleServices.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale-services.
|
void |
LocaleServicesStub.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale-services.
|
void |
Segments.update(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback) |
void |
Segments.update(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback) |
void |
StaticRoutes.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback)
Get statistics of tier-1 DNS forwarder.
|
void |
StatisticsStub.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of tier-1 DNS forwarder.
|
void |
StatusStub.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback) |
void |
Status.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback)
Get current status of tier-1 DNS forwarder.
|
void |
StatusStub.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig)
Get current status of tier-1 DNS forwarder.
|
void |
Nslookup.get(String tier1Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback)
Query the nameserver for an ip-address or a FQDN of the given an address
optionally using an specified DNS server.
|
void |
NslookupStub.get(String tier1Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback) |
void |
Nslookup.get(String tier1Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback,
InvocationConfig invocationConfig)
Query the nameserver for an ip-address or a FQDN of the given an address
optionally using an specified DNS server.
|
void |
NslookupStub.get(String tier1Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Interfaces.delete(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Void> asyncCallback)
Delete Tier-1 interface
|
void |
InterfacesStub.delete(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Void> asyncCallback) |
void |
Interfaces.delete(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 interface
|
void |
InterfacesStub.delete(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.get(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Tier1Interface> asyncCallback)
Read Tier-1 interface
|
void |
InterfacesStub.get(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Tier1Interface> asyncCallback) |
void |
Interfaces.get(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 interface
|
void |
InterfacesStub.get(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayFirewall.list(String tier1Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback)
Get filtered view of Gateway Firewall rules associated with the Tier-1 Locale
Services.
|
void |
GatewayFirewallStub.list(String tier1Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback) |
void |
GatewayFirewall.list(String tier1Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
Get filtered view of Gateway Firewall rules associated with the Tier-1 Locale
Services.
|
void |
GatewayFirewallStub.list(String tier1Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1InterfaceListResult> asyncCallback)
Paginated list of all Tier-1 interfaces
|
void |
InterfacesStub.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1InterfaceListResult> asyncCallback) |
void |
Interfaces.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 interfaces
|
void |
InterfacesStub.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Void> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Void> asyncCallback) |
void |
Interfaces.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Tier1Interface> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Tier1Interface> asyncCallback) |
void |
Interfaces.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
DadStateStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback) |
void |
DadState.get(String tier1Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback)
Get tier-1 interface DAD state information.
|
void |
DadStateStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback,
InvocationConfig invocationConfig) |
void |
DadState.get(String tier1Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback,
InvocationConfig invocationConfig)
Get tier-1 interface DAD state information.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback)
Get tier-1 interface statistics information.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get tier-1 interface statistics information.
|
void |
ArpTable.list(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback)
Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the tier-1
interface, on a edge node specified in edge_path parameter.
|
void |
ArpTableStub.list(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback) |
void |
ArpTable.list(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig)
Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the tier-1
interface, on a edge node specified in edge_path parameter.
|
void |
ArpTableStub.list(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Summary.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback)
Get tier-1 interface statistics information.
|
void |
SummaryStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback) |
void |
Summary.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback,
InvocationConfig invocationConfig)
Get tier-1 interface statistics information.
|
void |
SummaryStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.create(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
Statistics.create(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Resets the statistics of the given VPN session.
|
void |
StatisticsStub.create(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.create(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Resets the statistics of the given VPN session.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback) |
void |
DetailedStatus.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteMacStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback) |
void |
RemoteMac.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback)
Returns L2Vpn session remote macs for a logical switch.
|
void |
RemoteMacStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback,
InvocationConfig invocationConfig) |
void |
RemoteMac.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback,
InvocationConfig invocationConfig)
Returns L2Vpn session remote macs for a logical switch.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback) |
void |
DetailedStatus.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback)
- no enforcement point path specified: detailed tatus is evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed tatus is evaluated on each
enforcement point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback)
Get statistics for all data NICs on all runtimes associated with this Tier1
PolicyServiceInstance.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics for all data NICs on all runtimes associated with this Tier1
PolicyServiceInstance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NatRules.delete(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback)
Delete NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.delete(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback) |
void |
NatRules.delete(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.delete(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.get(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback)
Get NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.get(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback) |
void |
NatRules.get(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig)
Get NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.get(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback)
List NAT Rules from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback) |
void |
NatRules.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List NAT Rules from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback) |
void |
Statistics.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback)
List NAT Rules Statistics from Tier-1 denoted by Tier-1 ID.
|
void |
StatisticsStub.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback,
InvocationConfig invocationConfig)
List NAT Rules Statistics from Tier-1 denoted by Tier-1 ID.
|
void |
NatRules.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback)
If a NAT Rule is not already present on Tier-1 denoted by Tier-1 ID, under NAT
section denoted by
|
void |
NatRulesStub.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback) |
void |
NatRules.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a NAT Rule is not already present on Tier-1 denoted by Tier-1 ID, under NAT
section denoted by
|
void |
NatRulesStub.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback)
Update NAT Rule on Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback) |
void |
NatRules.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig)
Update NAT Rule on Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback) |
void |
Statistics.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback)
Get NAT Rule Statistics from Tier-1 denoted by Tier-1 ID, under NAT section
denoted by
|
void |
StatisticsStub.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get NAT Rule Statistics from Tier-1 denoted by Tier-1 ID, under NAT section
denoted by
|
| Modifier and Type | Method and Description |
|---|---|
void |
StaticArpStub.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
StaticArp.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback)
Delete static ARP config
|
void |
StaticArpStub.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete static ARP config
|
void |
PortsStub.delete(String tier1Id,
String segmentId,
String portId,
AsyncCallback<Void> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Segment Monitoring Profile Binding Profile.
|
void |
Ports.delete(String tier1Id,
String segmentId,
String portId,
AsyncCallback<Void> asyncCallback)
Delete a Tier-1 segment port by giving ID.
|
void |
SegmentMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
DhcpStaticBindingConfigs.delete(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback)
Delete DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.delete(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback) |
void |
PortsStub.delete(String tier1Id,
String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Segment Monitoring Profile Binding Profile.
|
void |
Ports.delete(String tier1Id,
String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a Tier-1 segment port by giving ID.
|
void |
SegmentMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpStaticBindingConfigs.delete(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.delete(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArpStub.get(String tier1Id,
String segmentId,
AsyncCallback<StaticARPConfig> asyncCallback) |
void |
StaticArp.get(String tier1Id,
String segmentId,
AsyncCallback<StaticARPConfig> asyncCallback)
Read static ARP config
|
void |
StaticArpStub.get(String tier1Id,
String segmentId,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.get(String tier1Id,
String segmentId,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig)
Read static ARP config
|
void |
SegmentMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback)
API will get Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.get(String tier1Id,
String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback) |
void |
Ports.get(String tier1Id,
String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback)
Get detail information on a Tier-1 segment port by giving ID.
|
void |
PortsStub.get(String tier1Id,
String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.get(String tier1Id,
String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Get detail information on a Tier-1 segment port by giving ID.
|
void |
DhcpStaticBindingConfigs.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback)
Read DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback) |
void |
DhcpStaticBindingConfigs.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
State.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback)
Get tier1 segment state information.
|
void |
StateStub.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback) |
void |
State.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback,
InvocationConfig invocationConfig)
Get tier1 segment state information.
|
void |
StateStub.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback)
Get tier1 segment statistics information.
|
void |
StatisticsStub.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get tier1 segment statistics information.
|
void |
DhcpStaticBindingConfigs.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback)
Paginated list of all DHCP static binding instances
|
void |
DhcpStaticBindingConfigsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback) |
void |
DhcpStaticBindingConfigs.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP static binding instances
|
void |
DhcpStaticBindingConfigsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Segment Monitoring Profile Binding Maps in current segment id.
|
void |
SegmentMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Segment Monitoring Profile Binding Maps in current segment id.
|
void |
SegmentMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback) |
void |
Ports.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback)
List all the ports for a Tier-1 segment.
|
void |
PortsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig)
List all the ports for a Tier-1 segment.
|
void |
ArpTable.list(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback)
Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the interface
(downlink) attaching segment to tier-1 gateway, on a edge node specified in
edge_path parameter.
|
void |
ArpTableStub.list(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback) |
void |
ArpTable.list(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig)
Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the interface
(downlink) attaching segment to tier-1 gateway, on a edge node specified in
edge_path parameter.
|
void |
ArpTableStub.list(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArpStub.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<Void> asyncCallback) |
void |
StaticArp.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<Void> asyncCallback)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
StaticArpStub.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
SegmentMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback) |
void |
Ports.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
PortsStub.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
DhcpStaticBindingConfigs.patch(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.patch(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback) |
void |
DhcpStaticBindingConfigs.patch(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.patch(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArpStub.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<StaticARPConfig> asyncCallback) |
void |
StaticArp.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<StaticARPConfig> asyncCallback)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
StaticArpStub.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
SegmentMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback)
API will update Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback) |
void |
Ports.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
void |
PortsStub.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
void |
DhcpStaticBindingConfigs.update(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.update(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback) |
void |
DhcpStaticBindingConfigs.update(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.update(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
State.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback)
Read DHCP static binding state
|
void |
StateStub.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback) |
void |
State.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP static binding state
|
void |
StateStub.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback) |
void |
Status.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback)
Get segment cross site traffic statistics.
|
void |
StatusStub.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback,
InvocationConfig invocationConfig)
Get segment cross site traffic statistics.
|
void |
SiteSpanInfo.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback)
Get segment cross site forwarder placement and HA statuss.
|
void |
SiteSpanInfoStub.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback) |
void |
SiteSpanInfo.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback,
InvocationConfig invocationConfig)
Get segment cross site forwarder placement and HA statuss.
|
void |
SiteSpanInfoStub.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
PortMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Port Monitoring Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Port Monitoring Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback)
API will get Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Port Monitoring Profile Binding Map.
|
void |
StatisticsStub.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback)
Get tier-1 segment port statistics information.
|
void |
StatisticsStub.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get tier-1 segment port statistics information.
|
void |
PortMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Port Monitoring Profile Binding Maps in current port id.
|
void |
PortMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Port Monitoring Profile Binding Maps in current port id.
|
void |
PortMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback)
API will update Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Port Monitoring Profile Binding Map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(String traceflowId,
String enforcementPointPath,
AsyncCallback<Traceflow> asyncCallback) |
void |
Status.get(String traceflowId,
String enforcementPointPath,
AsyncCallback<Traceflow> asyncCallback)
Read traceflow status with id traceflow-id.
|
void |
StatusStub.get(String traceflowId,
String enforcementPointPath,
AsyncCallback<Traceflow> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String traceflowId,
String enforcementPointPath,
AsyncCallback<Traceflow> asyncCallback,
InvocationConfig invocationConfig)
Read traceflow status with id traceflow-id.
|
void |
ObservationsStub.list(String traceflowId,
String enforcementPointPath,
AsyncCallback<TraceflowObservationListResult> asyncCallback) |
void |
Observations.list(String traceflowId,
String enforcementPointPath,
AsyncCallback<TraceflowObservationListResult> asyncCallback)
Read traceflow observations for id traceflow-id.
|
void |
ObservationsStub.list(String traceflowId,
String enforcementPointPath,
AsyncCallback<TraceflowObservationListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Observations.list(String traceflowId,
String enforcementPointPath,
AsyncCallback<TraceflowObservationListResult> asyncCallback,
InvocationConfig invocationConfig)
Read traceflow observations for id traceflow-id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TraceflowsStub.create(String traceflowId,
String action,
AsyncCallback<TraceflowConfig> asyncCallback) |
void |
Traceflows.create(String traceflowId,
String action,
AsyncCallback<TraceflowConfig> asyncCallback)
This will retrace even if current traceflow has observations.
|
void |
TraceflowsStub.create(String traceflowId,
String action,
AsyncCallback<TraceflowConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Traceflows.create(String traceflowId,
String action,
AsyncCallback<TraceflowConfig> asyncCallback,
InvocationConfig invocationConfig)
This will retrace even if current traceflow has observations.
|
void |
ServicesStub.delete(String serviceId,
AsyncCallback<Void> asyncCallback) |
void |
PimProfiles.delete(String pimProfileId,
AsyncCallback<Void> asyncCallback)
Delete Pim Profile.
|
void |
Services.delete(String serviceId,
AsyncCallback<Void> asyncCallback)
Delete Service
|
void |
DhcpRelayConfigsStub.delete(String dhcpRelayConfigId,
AsyncCallback<Void> asyncCallback) |
void |
IgmpProfiles.delete(String igmpProfileId,
AsyncCallback<Void> asyncCallback)
Delete Igmp Profile.
|
void |
Tier1s.delete(String tier1Id,
AsyncCallback<Void> asyncCallback)
Delete Tier-1 configuration
|
void |
TraceflowsStub.delete(String traceflowId,
AsyncCallback<Void> asyncCallback) |
void |
DhcpServerConfigsStub.delete(String dhcpServerConfigId,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarderZonesStub.delete(String dnsForwarderZoneId,
AsyncCallback<Void> asyncCallback) |
void |
Tier0sStub.delete(String tier0Id,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnIkeProfilesStub.delete(String ikeProfileId,
AsyncCallback<Void> asyncCallback) |
void |
PimProfilesStub.delete(String pimProfileId,
AsyncCallback<Void> asyncCallback) |
void |
MetadataProxiesStub.delete(String metadataProxyId,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarderZones.delete(String dnsForwarderZoneId,
AsyncCallback<Void> asyncCallback)
Delete the DNS Forwarder Zone
|
void |
IpsecVpnTunnelProfiles.delete(String tunnelProfileId,
AsyncCallback<Void> asyncCallback)
Delete custom IPSec tunnel Profile.
|
void |
Tier0s.delete(String tier0Id,
AsyncCallback<Void> asyncCallback)
Delete Tier-0
|
void |
IpsecVpnTunnelProfilesStub.delete(String tunnelProfileId,
AsyncCallback<Void> asyncCallback) |
void |
DraftsStub.delete(String draftId,
AsyncCallback<Void> asyncCallback) |
void |
IpfixCollectorProfilesStub.delete(String ipfixCollectorProfileId,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnDpdProfiles.delete(String dpdProfileId,
AsyncCallback<Void> asyncCallback)
Delete custom dead peer detection (DPD) profile.
|
void |
MetadataProxies.delete(String metadataProxyId,
AsyncCallback<Void> asyncCallback)
API will delete Metadata Proxy Config with ID profile-id
|
void |
Drafts.delete(String draftId,
AsyncCallback<Void> asyncCallback)
Delete a manual draft.
|
void |
IgmpProfilesStub.delete(String igmpProfileId,
AsyncCallback<Void> asyncCallback) |
void |
IpfixCollectorProfiles.delete(String ipfixCollectorProfileId,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX collector profile.
|
void |
DhcpServerConfigs.delete(String dhcpServerConfigId,
AsyncCallback<Void> asyncCallback)
Delete DHCP server configuration
|
void |
IpsecVpnDpdProfilesStub.delete(String dpdProfileId,
AsyncCallback<Void> asyncCallback) |
void |
DhcpRelayConfigs.delete(String dhcpRelayConfigId,
AsyncCallback<Void> asyncCallback)
Delete DHCP relay configuration
|
void |
Segments.delete(String segmentId,
AsyncCallback<Void> asyncCallback)
Delete infra segment
|
void |
Tier1sStub.delete(String tier1Id,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnIkeProfiles.delete(String ikeProfileId,
AsyncCallback<Void> asyncCallback)
Delete custom IKE Profile.
|
void |
Traceflows.delete(String traceflowId,
AsyncCallback<Void> asyncCallback)
Delete traceflow config with id traceflow-id
|
void |
SegmentsStub.delete(String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
ServicesStub.delete(String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PimProfiles.delete(String pimProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Pim Profile.
|
void |
Services.delete(String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Service
|
void |
DhcpRelayConfigsStub.delete(String dhcpRelayConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IgmpProfiles.delete(String igmpProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Igmp Profile.
|
void |
Tier1s.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 configuration
|
void |
TraceflowsStub.delete(String traceflowId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigsStub.delete(String dhcpServerConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZonesStub.delete(String dnsForwarderZoneId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0sStub.delete(String tier0Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.delete(String ikeProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PimProfilesStub.delete(String pimProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
MetadataProxiesStub.delete(String metadataProxyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.delete(String dnsForwarderZoneId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the DNS Forwarder Zone
|
void |
IpsecVpnTunnelProfiles.delete(String tunnelProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete custom IPSec tunnel Profile.
|
void |
Tier0s.delete(String tier0Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0
|
void |
IpsecVpnTunnelProfilesStub.delete(String tunnelProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DraftsStub.delete(String draftId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfilesStub.delete(String ipfixCollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.delete(String dpdProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete custom dead peer detection (DPD) profile.
|
void |
MetadataProxies.delete(String metadataProxyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Metadata Proxy Config with ID profile-id
|
void |
Drafts.delete(String draftId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a manual draft.
|
void |
IgmpProfilesStub.delete(String igmpProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.delete(String ipfixCollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX collector profile.
|
void |
DhcpServerConfigs.delete(String dhcpServerConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DHCP server configuration
|
void |
IpsecVpnDpdProfilesStub.delete(String dpdProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.delete(String dhcpRelayConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DHCP relay configuration
|
void |
Segments.delete(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete infra segment
|
void |
Tier1sStub.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.delete(String ikeProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete custom IKE Profile.
|
void |
Traceflows.delete(String traceflowId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete traceflow config with id traceflow-id
|
void |
SegmentsStub.delete(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdProfilesStub.delete(String bfdProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Ipv6DadProfilesStub.delete(String dadProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
IpfixDfwProfiles.delete(String ipfixDfwProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX DFW Profile.
|
void |
FirewallSchedulers.delete(String firewallSchedulerId,
Boolean force,
AsyncCallback<Void> asyncCallback)
Deletes the specified PolicyFirewallScheduler.
|
void |
Ipv6DadProfiles.delete(String dadProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Delete IPv6 DAD profile
|
void |
Sites.delete(String siteId,
Boolean force,
AsyncCallback<Void> asyncCallback)
Delete a site under Infra.
|
void |
IpfixDfwCollectorProfilesStub.delete(String ipfixDfwCollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
IpfixL2CollectorProfilesStub.delete(String ipfixL2CollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringProfiles.delete(String portMirroringProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
API will delete port mirroring profile.
|
void |
GatewayQosProfilesStub.delete(String qosProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
BfdProfiles.delete(String bfdProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Delete BFD Config and all the entities contained by this BfdProfile.
|
void |
PortMirroringProfilesStub.delete(String portMirroringProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
GatewayQosProfiles.delete(String qosProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Delete QoS profile
|
void |
IpfixL2Profiles.delete(String ipfixL2ProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX L2 Profile.
|
void |
IpfixDfwCollectorProfiles.delete(String ipfixDfwCollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX dfw collector profile.
|
void |
FirewallSchedulersStub.delete(String firewallSchedulerId,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
IpfixDfwProfilesStub.delete(String ipfixDfwProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Ipv6NdraProfilesStub.delete(String ndraProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
IpfixL2CollectorProfiles.delete(String ipfixL2CollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX collector profile.
|
void |
Ipv6NdraProfiles.delete(String ndraProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Delete IPv6 NDRA profile
|
void |
SitesStub.delete(String siteId,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
IpfixL2ProfilesStub.delete(String ipfixL2ProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
BfdProfilesStub.delete(String bfdProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.delete(String dadProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwProfiles.delete(String ipfixDfwProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX DFW Profile.
|
void |
FirewallSchedulers.delete(String firewallSchedulerId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the specified PolicyFirewallScheduler.
|
void |
Ipv6DadProfiles.delete(String dadProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPv6 DAD profile
|
void |
Sites.delete(String siteId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a site under Infra.
|
void |
IpfixDfwCollectorProfilesStub.delete(String ipfixDfwCollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.delete(String ipfixL2CollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.delete(String portMirroringProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete port mirroring profile.
|
void |
GatewayQosProfilesStub.delete(String qosProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdProfiles.delete(String bfdProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete BFD Config and all the entities contained by this BfdProfile.
|
void |
PortMirroringProfilesStub.delete(String portMirroringProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayQosProfiles.delete(String qosProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete QoS profile
|
void |
IpfixL2Profiles.delete(String ipfixL2ProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX L2 Profile.
|
void |
IpfixDfwCollectorProfiles.delete(String ipfixDfwCollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX dfw collector profile.
|
void |
FirewallSchedulersStub.delete(String firewallSchedulerId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwProfilesStub.delete(String ipfixDfwProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfilesStub.delete(String ndraProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.delete(String ipfixL2CollectorProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX collector profile.
|
void |
Ipv6NdraProfiles.delete(String ndraProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPv6 NDRA profile
|
void |
SitesStub.delete(String siteId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2ProfilesStub.delete(String ipfixL2ProfileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.delete0(String segmentId,
AsyncCallback<Void> asyncCallback)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
Segments.delete0(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdProfilesStub.get(String bfdProfileId,
AsyncCallback<BfdProfile> asyncCallback) |
void |
BfdProfiles.get(String bfdProfileId,
AsyncCallback<BfdProfile> asyncCallback)
Read a BfdProfile.
|
void |
BfdProfilesStub.get(String bfdProfileId,
AsyncCallback<BfdProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdProfiles.get(String bfdProfileId,
AsyncCallback<BfdProfile> asyncCallback,
InvocationConfig invocationConfig)
Read a BfdProfile.
|
void |
DhcpRelayConfigsStub.get(String dhcpRelayConfigId,
AsyncCallback<DhcpRelayConfig> asyncCallback) |
void |
DhcpRelayConfigs.get(String dhcpRelayConfigId,
AsyncCallback<DhcpRelayConfig> asyncCallback)
Read DHCP relay configuration
|
void |
DhcpRelayConfigsStub.get(String dhcpRelayConfigId,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.get(String dhcpRelayConfigId,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP relay configuration
|
void |
DhcpServerConfigsStub.get(String dhcpServerConfigId,
AsyncCallback<DhcpServerConfig> asyncCallback) |
void |
DhcpServerConfigs.get(String dhcpServerConfigId,
AsyncCallback<DhcpServerConfig> asyncCallback)
Read DHCP server configuration
|
void |
DhcpServerConfigsStub.get(String dhcpServerConfigId,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.get(String dhcpServerConfigId,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP server configuration
|
void |
Domains.get(String domainId,
AsyncCallback<Domain> asyncCallback)
Read a domain.
|
void |
DomainsStub.get(String domainId,
AsyncCallback<Domain> asyncCallback) |
void |
Domains.get(String domainId,
AsyncCallback<Domain> asyncCallback,
InvocationConfig invocationConfig)
Read a domain.
|
void |
DomainsStub.get(String domainId,
AsyncCallback<Domain> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayQosProfilesStub.get(String qosProfileId,
AsyncCallback<GatewayQosProfile> asyncCallback) |
void |
GatewayQosProfiles.get(String qosProfileId,
AsyncCallback<GatewayQosProfile> asyncCallback)
Read gateway QoS profile
|
void |
GatewayQosProfilesStub.get(String qosProfileId,
AsyncCallback<GatewayQosProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayQosProfiles.get(String qosProfileId,
AsyncCallback<GatewayQosProfile> asyncCallback,
InvocationConfig invocationConfig)
Read gateway QoS profile
|
void |
IpfixCollectorProfilesStub.get(String ipfixCollectorProfileId,
AsyncCallback<IPFIXCollectorProfile> asyncCallback) |
void |
IpfixCollectorProfiles.get(String ipfixCollectorProfileId,
AsyncCallback<IPFIXCollectorProfile> asyncCallback)
API will return details of IPFIX collector profile.
|
void |
IpfixCollectorProfilesStub.get(String ipfixCollectorProfileId,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.get(String ipfixCollectorProfileId,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX collector profile.
|
void |
IpfixDfwCollectorProfilesStub.get(String ipfixDfwCollectorProfileId,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback) |
void |
IpfixDfwCollectorProfiles.get(String ipfixDfwCollectorProfileId,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback)
API will return details of IPFIX dfw collector profile.
|
void |
IpfixDfwCollectorProfilesStub.get(String ipfixDfwCollectorProfileId,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.get(String ipfixDfwCollectorProfileId,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX dfw collector profile.
|
void |
IpfixDfwProfiles.get(String ipfixDfwProfileId,
AsyncCallback<IPFIXDFWProfile> asyncCallback)
API will return details of IPFIX DFW profile.
|
void |
IpfixDfwProfilesStub.get(String ipfixDfwProfileId,
AsyncCallback<IPFIXDFWProfile> asyncCallback) |
void |
IpfixDfwProfiles.get(String ipfixDfwProfileId,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX DFW profile.
|
void |
IpfixDfwProfilesStub.get(String ipfixDfwProfileId,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.get(String ipfixL2CollectorProfileId,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback) |
void |
IpfixL2CollectorProfiles.get(String ipfixL2CollectorProfileId,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback)
API will return details of IPFIX collector profile.
|
void |
IpfixL2CollectorProfilesStub.get(String ipfixL2CollectorProfileId,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.get(String ipfixL2CollectorProfileId,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX collector profile.
|
void |
IpfixL2Profiles.get(String ipfixL2ProfileId,
AsyncCallback<IPFIXL2Profile> asyncCallback)
API will return details of IPFIX L2 profile.
|
void |
IpfixL2ProfilesStub.get(String ipfixL2ProfileId,
AsyncCallback<IPFIXL2Profile> asyncCallback) |
void |
IpfixL2Profiles.get(String ipfixL2ProfileId,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX L2 profile.
|
void |
IpfixL2ProfilesStub.get(String ipfixL2ProfileId,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.get(String dpdProfileId,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback)
Get custom dead peer detection (DPD) profile, given the particular id.
|
void |
IpsecVpnDpdProfilesStub.get(String dpdProfileId,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback) |
void |
IpsecVpnDpdProfiles.get(String dpdProfileId,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig)
Get custom dead peer detection (DPD) profile, given the particular id.
|
void |
IpsecVpnDpdProfilesStub.get(String dpdProfileId,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.get(String ikeProfileId,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback) |
void |
IpsecVpnIkeProfiles.get(String ikeProfileId,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback)
Get custom IKE Profile, given the particular id.
|
void |
IpsecVpnIkeProfilesStub.get(String ikeProfileId,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.get(String ikeProfileId,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig)
Get custom IKE Profile, given the particular id.
|
void |
IpsecVpnTunnelProfiles.get(String tunnelProfileId,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback)
Get custom IPSec tunnel Profile, given the particular id.
|
void |
IpsecVpnTunnelProfilesStub.get(String tunnelProfileId,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback) |
void |
IpsecVpnTunnelProfiles.get(String tunnelProfileId,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig)
Get custom IPSec tunnel Profile, given the particular id.
|
void |
IpsecVpnTunnelProfilesStub.get(String tunnelProfileId,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.get(String dadProfileId,
AsyncCallback<Ipv6DadProfile> asyncCallback) |
void |
Ipv6DadProfiles.get(String dadProfileId,
AsyncCallback<Ipv6DadProfile> asyncCallback)
Read IPv6 DAD profile
|
void |
Ipv6DadProfilesStub.get(String dadProfileId,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.get(String dadProfileId,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig)
Read IPv6 DAD profile
|
void |
Ipv6NdraProfilesStub.get(String ndraProfileId,
AsyncCallback<Ipv6NdraProfile> asyncCallback) |
void |
Ipv6NdraProfiles.get(String ndraProfileId,
AsyncCallback<Ipv6NdraProfile> asyncCallback)
Read IPv6 NDRA profile
|
void |
Ipv6NdraProfilesStub.get(String ndraProfileId,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.get(String ndraProfileId,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig)
Read IPv6 NDRA profile
|
void |
MetadataProxiesStub.get(String metadataProxyId,
AsyncCallback<MetadataProxyConfig> asyncCallback) |
void |
MetadataProxies.get(String metadataProxyId,
AsyncCallback<MetadataProxyConfig> asyncCallback)
API will read Metadata Proxy Config with ID profile-id
|
void |
MetadataProxiesStub.get(String metadataProxyId,
AsyncCallback<MetadataProxyConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
MetadataProxies.get(String metadataProxyId,
AsyncCallback<MetadataProxyConfig> asyncCallback,
InvocationConfig invocationConfig)
API will read Metadata Proxy Config with ID profile-id
|
void |
DnsForwarderZonesStub.get(String dnsForwarderZoneId,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback) |
void |
DnsForwarderZones.get(String dnsForwarderZoneId,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback)
Read the DNS Forwarder Zone
|
void |
DnsForwarderZonesStub.get(String dnsForwarderZoneId,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.get(String dnsForwarderZoneId,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig)
Read the DNS Forwarder Zone
|
void |
DraftsStub.get(String draftId,
AsyncCallback<PolicyDraft> asyncCallback) |
void |
Drafts.get(String draftId,
AsyncCallback<PolicyDraft> asyncCallback)
Read a draft for a given draft identifier.
|
void |
DraftsStub.get(String draftId,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.get(String draftId,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig)
Read a draft for a given draft identifier.
|
void |
FirewallSchedulers.get(String firewallSchedulerId,
AsyncCallback<PolicyFirewallScheduler> asyncCallback)
Get a PolicyFirewallScheduler by id
|
void |
FirewallSchedulersStub.get(String firewallSchedulerId,
AsyncCallback<PolicyFirewallScheduler> asyncCallback) |
void |
FirewallSchedulers.get(String firewallSchedulerId,
AsyncCallback<PolicyFirewallScheduler> asyncCallback,
InvocationConfig invocationConfig)
Get a PolicyFirewallScheduler by id
|
void |
FirewallSchedulersStub.get(String firewallSchedulerId,
AsyncCallback<PolicyFirewallScheduler> asyncCallback,
InvocationConfig invocationConfig) |
void |
IgmpProfiles.get(String igmpProfileId,
AsyncCallback<PolicyIgmpProfile> asyncCallback)
Read Igmp Profile.
|
void |
IgmpProfilesStub.get(String igmpProfileId,
AsyncCallback<PolicyIgmpProfile> asyncCallback) |
void |
IgmpProfiles.get(String igmpProfileId,
AsyncCallback<PolicyIgmpProfile> asyncCallback,
InvocationConfig invocationConfig)
Read Igmp Profile.
|
void |
IgmpProfilesStub.get(String igmpProfileId,
AsyncCallback<PolicyIgmpProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
PimProfiles.get(String pimProfileId,
AsyncCallback<PolicyPimProfile> asyncCallback)
Read Pim Profile.
|
void |
PimProfilesStub.get(String pimProfileId,
AsyncCallback<PolicyPimProfile> asyncCallback) |
void |
PimProfiles.get(String pimProfileId,
AsyncCallback<PolicyPimProfile> asyncCallback,
InvocationConfig invocationConfig)
Read Pim Profile.
|
void |
PimProfilesStub.get(String pimProfileId,
AsyncCallback<PolicyPimProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.get(String portMirroringProfileId,
AsyncCallback<PortMirroringProfile> asyncCallback)
API will return details of port mirroring profile.
|
void |
PortMirroringProfilesStub.get(String portMirroringProfileId,
AsyncCallback<PortMirroringProfile> asyncCallback) |
void |
PortMirroringProfiles.get(String portMirroringProfileId,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of port mirroring profile.
|
void |
PortMirroringProfilesStub.get(String portMirroringProfileId,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.get(String segmentId,
AsyncCallback<Segment> asyncCallback)
Read infra segment
|
void |
SegmentsStub.get(String segmentId,
AsyncCallback<Segment> asyncCallback) |
void |
Segments.get(String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
Read infra segment
|
void |
SegmentsStub.get(String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServicesStub.get(String serviceId,
AsyncCallback<Service> asyncCallback) |
void |
Services.get(String serviceId,
AsyncCallback<Service> asyncCallback)
Read a service
|
void |
ServicesStub.get(String serviceId,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.get(String serviceId,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig)
Read a service
|
void |
Sites.get(String siteId,
AsyncCallback<Site> asyncCallback)
Read a site under Infra.
|
void |
SitesStub.get(String siteId,
AsyncCallback<Site> asyncCallback) |
void |
Sites.get(String siteId,
AsyncCallback<Site> asyncCallback,
InvocationConfig invocationConfig)
Read a site under Infra.
|
void |
SitesStub.get(String siteId,
AsyncCallback<Site> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0sStub.get(String tier0Id,
AsyncCallback<Tier0> asyncCallback) |
void |
Tier0s.get(String tier0Id,
AsyncCallback<Tier0> asyncCallback)
Read Tier-0
|
void |
Tier0sStub.get(String tier0Id,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.get(String tier0Id,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0
|
void |
Tier1s.get(String tier1Id,
AsyncCallback<Tier1> asyncCallback)
Read Tier-1 configuration
|
void |
Tier1sStub.get(String tier1Id,
AsyncCallback<Tier1> asyncCallback) |
void |
Tier1s.get(String tier1Id,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 configuration
|
void |
Tier1sStub.get(String tier1Id,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig) |
void |
TraceflowsStub.get(String traceflowId,
AsyncCallback<TraceflowConfig> asyncCallback) |
void |
Traceflows.get(String traceflowId,
AsyncCallback<TraceflowConfig> asyncCallback)
Read traceflow config with id traceflow-id.
|
void |
TraceflowsStub.get(String traceflowId,
AsyncCallback<TraceflowConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Traceflows.get(String traceflowId,
AsyncCallback<TraceflowConfig> asyncCallback,
InvocationConfig invocationConfig)
Read traceflow config with id traceflow-id.
|
void |
DraftsStub.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDraftListResult> asyncCallback) |
void |
Drafts.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDraftListResult> asyncCallback)
List policy drafts.
|
void |
DraftsStub.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDraftListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDraftListResult> asyncCallback,
InvocationConfig invocationConfig)
List policy drafts.
|
void |
ServicesStub.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceListResult> asyncCallback) |
void |
Services.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceListResult> asyncCallback)
Paginated list of Services for infra.
|
void |
ServicesStub.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of Services for infra.
|
void |
BfdProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BfdProfileListResult> asyncCallback) |
void |
BfdProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BfdProfileListResult> asyncCallback)
Paginated list of all BfdProfiles.
|
void |
BfdProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BfdProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BfdProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all BfdProfiles.
|
void |
DhcpRelayConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpRelayConfigListResult> asyncCallback) |
void |
DhcpRelayConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpRelayConfigListResult> asyncCallback)
Paginated list of all DHCP relay config instances
|
void |
DhcpRelayConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpRelayConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpRelayConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP relay config instances
|
void |
DhcpServerConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerConfigListResult> asyncCallback) |
void |
DhcpServerConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerConfigListResult> asyncCallback)
Paginated list of all DHCP server config instances
|
void |
DhcpServerConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP server config instances
|
void |
Domains.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainListResult> asyncCallback)
Paginated list of all domains for infra.
|
void |
DomainsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainListResult> asyncCallback) |
void |
Domains.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all domains for infra.
|
void |
DomainsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayQosProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayQosProfileListResult> asyncCallback) |
void |
GatewayQosProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayQosProfileListResult> asyncCallback)
Paginated list of all gateway QoS profle instances
|
void |
GatewayQosProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayQosProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayQosProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayQosProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all gateway QoS profle instances
|
void |
IpfixCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXCollectorProfileListResult> asyncCallback) |
void |
IpfixCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXCollectorProfileListResult> asyncCallback)
API will provide list of all IPFIX collector profiles and their details.
|
void |
IpfixCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will provide list of all IPFIX collector profiles and their details.
|
void |
IpfixDfwCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWCollectorProfileListResult> asyncCallback) |
void |
IpfixDfwCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWCollectorProfileListResult> asyncCallback)
API will provide list of all IPFIX dfw collector profiles and their details.
|
void |
IpfixDfwCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will provide list of all IPFIX dfw collector profiles and their details.
|
void |
IpfixDfwProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWProfileListResult> asyncCallback)
API provides list IPFIX DFW profiles available on selected logical DFW.
|
void |
IpfixDfwProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWProfileListResult> asyncCallback) |
void |
IpfixDfwProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API provides list IPFIX DFW profiles available on selected logical DFW.
|
void |
IpfixDfwProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback) |
void |
IpfixL2CollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback)
API will provide list of all IPFIX collector profiles and their details.
|
void |
IpfixL2CollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will provide list of all IPFIX collector profiles and their details.
|
void |
IpfixL2Profiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2ProfileListResult> asyncCallback)
API provides list IPFIX L2 Profiles available on selected logical l2.
|
void |
IpfixL2ProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2ProfileListResult> asyncCallback) |
void |
IpfixL2Profiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2ProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API provides list IPFIX L2 Profiles available on selected logical l2.
|
void |
IpfixL2ProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2ProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnDpdProfileListResult> asyncCallback)
Get paginated list of all DPD Profiles.
|
void |
IpsecVpnDpdProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnDpdProfileListResult> asyncCallback) |
void |
IpsecVpnDpdProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnDpdProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all DPD Profiles.
|
void |
IpsecVpnDpdProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnDpdProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnIkeProfileListResult> asyncCallback) |
void |
IpsecVpnIkeProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnIkeProfileListResult> asyncCallback)
Get paginated list of all IKE Profiles.
|
void |
IpsecVpnIkeProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnIkeProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnIkeProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IKE Profiles.
|
void |
IpsecVpnTunnelProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnTunnelProfileListResult> asyncCallback)
Get paginated list of all IPSec tunnel Profiles.
|
void |
IpsecVpnTunnelProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnTunnelProfileListResult> asyncCallback) |
void |
IpsecVpnTunnelProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnTunnelProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec tunnel Profiles.
|
void |
IpsecVpnTunnelProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnTunnelProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6DadProfileListResult> asyncCallback) |
void |
Ipv6DadProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6DadProfileListResult> asyncCallback)
Paginated list of all IPv6 DAD profile instances
|
void |
Ipv6DadProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6DadProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6DadProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all IPv6 DAD profile instances
|
void |
Ipv6NdraProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6NdraProfileListResult> asyncCallback) |
void |
Ipv6NdraProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6NdraProfileListResult> asyncCallback)
Paginated list of all IPv6 NDRA profile instances
|
void |
Ipv6NdraProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6NdraProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6NdraProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all IPv6 NDRA profile instances
|
void |
MetadataProxiesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<MetadataProxyConfigListResult> asyncCallback) |
void |
MetadataProxies.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<MetadataProxyConfigListResult> asyncCallback)
List all L2 Metadata Proxy Configurations
|
void |
MetadataProxiesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<MetadataProxyConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
MetadataProxies.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<MetadataProxyConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
List all L2 Metadata Proxy Configurations
|
void |
DnsForwarderZonesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDnsForwarderZoneListResult> asyncCallback) |
void |
DnsForwarderZones.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDnsForwarderZoneListResult> asyncCallback)
Paginated list of all Dns Forwarder Zones
|
void |
DnsForwarderZonesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDnsForwarderZoneListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDnsForwarderZoneListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Dns Forwarder Zones
|
void |
FirewallSchedulers.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSchedulerListResult> asyncCallback)
Get all PolicyFirewallSchedulers
|
void |
FirewallSchedulersStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSchedulerListResult> asyncCallback) |
void |
FirewallSchedulers.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSchedulerListResult> asyncCallback,
InvocationConfig invocationConfig)
Get all PolicyFirewallSchedulers
|
void |
FirewallSchedulersStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSchedulerListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IgmpProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyIgmpProfileListResult> asyncCallback)
List all igmp profile.
|
void |
IgmpProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyIgmpProfileListResult> asyncCallback) |
void |
IgmpProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyIgmpProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
List all igmp profile.
|
void |
IgmpProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyIgmpProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PimProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyPimProfileListResult> asyncCallback)
List all pim profile.
|
void |
PimProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyPimProfileListResult> asyncCallback) |
void |
PimProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyPimProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
List all pim profile.
|
void |
PimProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyPimProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
UrlCategoriesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlCategoryListResult> asyncCallback) |
void |
UrlCategories.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlCategoryListResult> asyncCallback)
Gets the list of categories.
|
void |
UrlCategoriesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlCategoryListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
UrlCategories.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlCategoryListResult> asyncCallback,
InvocationConfig invocationConfig)
Gets the list of categories.
|
void |
UrlReputationSeverities.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlReputationSeverityListResult> asyncCallback)
Gets the list of reputation severities.
|
void |
UrlReputationSeveritiesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlReputationSeverityListResult> asyncCallback) |
void |
UrlReputationSeverities.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlReputationSeverityListResult> asyncCallback,
InvocationConfig invocationConfig)
Gets the list of reputation severities.
|
void |
UrlReputationSeveritiesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyUrlReputationSeverityListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback)
Paginated list of all segments under infra.
|
void |
SegmentsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback) |
void |
Segments.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all segments under infra.
|
void |
SegmentsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sites.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SiteListResult> asyncCallback)
List Sites under Infra.
|
void |
SitesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SiteListResult> asyncCallback) |
void |
Sites.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SiteListResult> asyncCallback,
InvocationConfig invocationConfig)
List Sites under Infra.
|
void |
SitesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SiteListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0sStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0ListResult> asyncCallback) |
void |
Tier0s.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0ListResult> asyncCallback)
Paginated list of all Tier-0s
|
void |
Tier0sStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0ListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0ListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0s
|
void |
TraceflowsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<TraceflowConfigListResult> asyncCallback) |
void |
Traceflows.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<TraceflowConfigListResult> asyncCallback)
Paginated list of all TraceflowConfig for infra.
|
void |
TraceflowsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<TraceflowConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Traceflows.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<TraceflowConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all TraceflowConfig for infra.
|
void |
Tags.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String source,
String tag,
AsyncCallback<TagInfoListResult> asyncCallback)
Returns paginated list of all unique tags.
|
void |
TagsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String source,
String tag,
AsyncCallback<TagInfoListResult> asyncCallback) |
void |
Tags.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String source,
String tag,
AsyncCallback<TagInfoListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns paginated list of all unique tags.
|
void |
TagsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String source,
String tag,
AsyncCallback<TagInfoListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupServiceAssociations.list(String intentPath,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)
The API returns all the services associated with the given Group.
|
void |
GroupServiceAssociationsStub.list(String intentPath,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback) |
void |
GroupServiceAssociations.list(String intentPath,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback,
InvocationConfig invocationConfig)
The API returns all the services associated with the given Group.
|
void |
GroupServiceAssociationsStub.list(String intentPath,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringProfileListResult> asyncCallback)
API will list all port mirroring profiles group.
|
void |
PortMirroringProfilesStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringProfileListResult> asyncCallback) |
void |
PortMirroringProfiles.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all port mirroring profiles group.
|
void |
PortMirroringProfilesStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualNetworkInterfaceGroupAssociations.list(String vifExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback)
Get policy groups for which the given VIF is a member.
|
void |
VirtualNetworkInterfaceGroupAssociationsStub.list(String vifExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback) |
void |
VirtualMachineGroupAssociationsStub.list(String vmExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback) |
void |
GroupAssociationsStub.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback) |
void |
VirtualMachineGroupAssociations.list(String vmExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback)
Get policy groups for which the given VM is a member.
|
void |
IpAddressGroupAssociations.list(String ipAddress,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback)
Get policy groups for which the given IP address is a member.
|
void |
GroupAssociations.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback)
Get policy groups for which the given object is a member.
|
void |
IpAddressGroupAssociationsStub.list(String ipAddress,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback) |
void |
VirtualNetworkInterfaceGroupAssociations.list(String vifExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig)
Get policy groups for which the given VIF is a member.
|
void |
VirtualNetworkInterfaceGroupAssociationsStub.list(String vifExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachineGroupAssociationsStub.list(String vmExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupAssociationsStub.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachineGroupAssociations.list(String vmExternalId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig)
Get policy groups for which the given VM is a member.
|
void |
IpAddressGroupAssociations.list(String ipAddress,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig)
Get policy groups for which the given IP address is a member.
|
void |
GroupAssociations.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig)
Get policy groups for which the given object is a member.
|
void |
IpAddressGroupAssociationsStub.list(String ipAddress,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalManagerConfigStub.patch(GlobalManagerConfig globalManagerConfig,
AsyncCallback<Void> asyncCallback) |
void |
GlobalManagerConfig.patch(GlobalManagerConfig globalManagerConfig,
AsyncCallback<Void> asyncCallback)
Create or patch a Global Manager Config
|
void |
GlobalManagerConfigStub.patch(GlobalManagerConfig globalManagerConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalManagerConfig.patch(GlobalManagerConfig globalManagerConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch a Global Manager Config
|
void |
BfdProfilesStub.patch(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
BfdProfiles.patch(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
If a BfdProfile with the bfd-profile-id is not already present, create a new
BfdProfile.
|
void |
BfdProfilesStub.patch(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdProfiles.patch(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a BfdProfile with the bfd-profile-id is not already present, create a new
BfdProfile.
|
void |
DhcpRelayConfigsStub.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<Void> asyncCallback) |
void |
DhcpRelayConfigs.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<Void> asyncCallback)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpRelayConfigsStub.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpServerConfigsStub.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<Void> asyncCallback) |
void |
DhcpServerConfigs.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<Void> asyncCallback)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
DhcpServerConfigsStub.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
GatewayQosProfilesStub.patch(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
GatewayQosProfiles.patch(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
If profile with the qos-profile-id is not already present, create a new gateway
QoS profile instance.
|
void |
GatewayQosProfilesStub.patch(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayQosProfiles.patch(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If profile with the qos-profile-id is not already present, create a new gateway
QoS profile instance.
|
void |
IpfixCollectorProfilesStub.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpfixCollectorProfiles.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixCollectorProfilesStub.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixDfwCollectorProfilesStub.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
IpfixDfwCollectorProfiles.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX dfw collector profile if the IPFIX dfw collector profile with
given id does not already exist.
|
void |
IpfixDfwCollectorProfilesStub.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX dfw collector profile if the IPFIX dfw collector profile with
given id does not already exist.
|
void |
IpfixDfwProfiles.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX DFW profile if the IPFIX DFW profile with given id does not
already exist.
|
void |
IpfixDfwProfilesStub.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
IpfixDfwProfiles.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX DFW profile if the IPFIX DFW profile with given id does not
already exist.
|
void |
IpfixDfwProfilesStub.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
IpfixL2CollectorProfiles.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixL2CollectorProfilesStub.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixL2Profiles.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX L2 profile if the IPFIX L2 profile with given id does not
already exist.
|
void |
IpfixL2ProfilesStub.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
IpfixL2Profiles.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX L2 profile if the IPFIX L2 profile with given id does not
already exist.
|
void |
IpfixL2ProfilesStub.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<Void> asyncCallback)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnDpdProfiles.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnIkeProfiles.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<Void> asyncCallback)
Create or patch custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnIkeProfilesStub.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnTunnelProfiles.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<Void> asyncCallback)
Create or patch custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnTunnelProfiles.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Ipv6DadProfiles.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6DadProfilesStub.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6NdraProfilesStub.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Ipv6NdraProfiles.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
Ipv6NdraProfilesStub.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
MetadataProxiesStub.patch(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<Void> asyncCallback) |
void |
MetadataProxies.patch(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<Void> asyncCallback)
API will create or update Metadata Proxy Config with ID profile-id
|
void |
MetadataProxiesStub.patch(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
MetadataProxies.patch(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Metadata Proxy Config with ID profile-id
|
void |
DnsForwarderZonesStub.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarderZones.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<Void> asyncCallback)
Create or update the DNS Forwarder Zone
|
void |
DnsForwarderZonesStub.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder Zone
|
void |
DraftsStub.patch(String draftId,
PolicyDraft policyDraft,
AsyncCallback<Void> asyncCallback) |
void |
Drafts.patch(String draftId,
PolicyDraft policyDraft,
AsyncCallback<Void> asyncCallback)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
DraftsStub.patch(String draftId,
PolicyDraft policyDraft,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.patch(String draftId,
PolicyDraft policyDraft,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
FirewallSchedulers.patch(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<Void> asyncCallback)
Creates/Updates a PolicyFirewallScheduler, which can be set at security policy.
|
void |
FirewallSchedulersStub.patch(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<Void> asyncCallback) |
void |
FirewallSchedulers.patch(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Creates/Updates a PolicyFirewallScheduler, which can be set at security policy.
|
void |
FirewallSchedulersStub.patch(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IgmpProfiles.patch(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<Void> asyncCallback)
Create a igmp profile with the igmp-profile-id is not already present, otherwise
update the igmp profile.
|
void |
IgmpProfilesStub.patch(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<Void> asyncCallback) |
void |
IgmpProfiles.patch(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a igmp profile with the igmp-profile-id is not already present, otherwise
update the igmp profile.
|
void |
IgmpProfilesStub.patch(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PimProfiles.patch(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<Void> asyncCallback)
Create a pim profile with the pim-profile-id is not already present, otherwise
update the pim profile.
|
void |
PimProfilesStub.patch(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<Void> asyncCallback) |
void |
PimProfiles.patch(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a pim profile with the pim-profile-id is not already present, otherwise
update the pim profile.
|
void |
PimProfilesStub.patch(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
Create a new Port Mirroring Profile if the Port Mirroring Profile with given id
does not already exist.
|
void |
PortMirroringProfilesStub.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringProfiles.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new Port Mirroring Profile if the Port Mirroring Profile with given id
does not already exist.
|
void |
PortMirroringProfilesStub.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.patch(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback) |
void |
Segments.patch(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServicesStub.patch(String serviceId,
Service service,
AsyncCallback<Void> asyncCallback) |
void |
Services.patch(String serviceId,
Service service,
AsyncCallback<Void> asyncCallback)
Create a new service if a service with the given ID does not already exist.
|
void |
ServicesStub.patch(String serviceId,
Service service,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.patch(String serviceId,
Service service,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new service if a service with the given ID does not already exist.
|
void |
Sites.patch(String siteId,
Site site,
AsyncCallback<Void> asyncCallback)
Create or patch Site under Infra.
|
void |
SitesStub.patch(String siteId,
Site site,
AsyncCallback<Void> asyncCallback) |
void |
Sites.patch(String siteId,
Site site,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch Site under Infra.
|
void |
SitesStub.patch(String siteId,
Site site,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0sStub.patch(String tier0Id,
Tier0 tier0,
AsyncCallback<Void> asyncCallback) |
void |
Tier0s.patch(String tier0Id,
Tier0 tier0,
AsyncCallback<Void> asyncCallback)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier0sStub.patch(String tier0Id,
Tier0 tier0,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.patch(String tier0Id,
Tier0 tier0,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier1s.patch(String tier1Id,
Tier1 tier1,
AsyncCallback<Void> asyncCallback)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.patch(String tier1Id,
Tier1 tier1,
AsyncCallback<Void> asyncCallback) |
void |
Tier1s.patch(String tier1Id,
Tier1 tier1,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.patch(String tier1Id,
Tier1 tier1,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
TraceflowsStub.patch(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<Void> asyncCallback) |
void |
Traceflows.patch(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<Void> asyncCallback)
If a traceflow config with the traceflow-id is not already present, create a new
traceflow config.
|
void |
TraceflowsStub.patch(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Traceflows.patch(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a traceflow config with the traceflow-id is not already present, create a new
traceflow config.
|
void |
Segments.patch0(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch0(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback) |
void |
Segments.patch0(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch0(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DraftsStub.publish(String draftId,
Infra infra,
AsyncCallback<Void> asyncCallback) |
void |
Drafts.publish(String draftId,
Infra infra,
AsyncCallback<Void> asyncCallback)
Read a draft and publish it by applying changes onto current configuration.
|
void |
DraftsStub.publish(String draftId,
Infra infra,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.publish(String draftId,
Infra infra,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Read a draft and publish it by applying changes onto current configuration.
|
void |
Tier1s.reprocess(String tier1Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Reprocess Tier1 gateway configuration and configuration of related entities like
Tier1 interfaces and static routes, etc.
|
void |
Tier0sStub.reprocess(String tier0Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
Tier0s.reprocess(String tier0Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Reprocess Tier0 gateway configuration and configuration of related entities like
Tier0 interfaces and static routes, etc.
|
void |
Tier1sStub.reprocess(String tier1Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
Tier1s.reprocess(String tier1Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Reprocess Tier1 gateway configuration and configuration of related entities like
Tier1 interfaces and static routes, etc.
|
void |
Tier0sStub.reprocess(String tier0Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.reprocess(String tier0Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Reprocess Tier0 gateway configuration and configuration of related entities like
Tier0 interfaces and static routes, etc.
|
void |
Tier1sStub.reprocess(String tier1Id,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalManagerConfigStub.showsensitivedata(AsyncCallback<GlobalManagerConfig> asyncCallback) |
void |
GlobalManagerConfig.showsensitivedata(AsyncCallback<GlobalManagerConfig> asyncCallback)
Read a Global Manager config along with sensitive data.
|
void |
GlobalManagerConfigStub.showsensitivedata(AsyncCallback<GlobalManagerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalManagerConfig.showsensitivedata(AsyncCallback<GlobalManagerConfig> asyncCallback,
InvocationConfig invocationConfig)
Read a Global Manager config along with sensitive data.
|
void |
GlobalManagerConfigStub.update(GlobalManagerConfig globalManagerConfig,
AsyncCallback<GlobalManagerConfig> asyncCallback) |
void |
GlobalManagerConfig.update(GlobalManagerConfig globalManagerConfig,
AsyncCallback<GlobalManagerConfig> asyncCallback)
Create or fully replace a Global Manager Config.
|
void |
GlobalManagerConfigStub.update(GlobalManagerConfig globalManagerConfig,
AsyncCallback<GlobalManagerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalManagerConfig.update(GlobalManagerConfig globalManagerConfig,
AsyncCallback<GlobalManagerConfig> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace a Global Manager Config.
|
void |
BfdProfilesStub.update(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<BfdProfile> asyncCallback) |
void |
BfdProfiles.update(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<BfdProfile> asyncCallback)
If a BfdProfile with the bfd-profile-id is not already present, create a new
BfdProfile.
|
void |
BfdProfilesStub.update(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<BfdProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdProfiles.update(String bfdProfileId,
BfdProfile bfdProfile,
Boolean override,
AsyncCallback<BfdProfile> asyncCallback,
InvocationConfig invocationConfig)
If a BfdProfile with the bfd-profile-id is not already present, create a new
BfdProfile.
|
void |
DhcpRelayConfigsStub.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<DhcpRelayConfig> asyncCallback) |
void |
DhcpRelayConfigs.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<DhcpRelayConfig> asyncCallback)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpRelayConfigsStub.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpServerConfigsStub.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<DhcpServerConfig> asyncCallback) |
void |
DhcpServerConfigs.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<DhcpServerConfig> asyncCallback)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
DhcpServerConfigsStub.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
GatewayQosProfilesStub.update(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<GatewayQosProfile> asyncCallback) |
void |
GatewayQosProfiles.update(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<GatewayQosProfile> asyncCallback)
If profile with the qos-profile-id is not already present, create a new gateway
QoS profile instance.
|
void |
GatewayQosProfilesStub.update(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<GatewayQosProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayQosProfiles.update(String qosProfileId,
GatewayQosProfile gatewayQosProfile,
Boolean override,
AsyncCallback<GatewayQosProfile> asyncCallback,
InvocationConfig invocationConfig)
If profile with the qos-profile-id is not already present, create a new gateway
QoS profile instance.
|
void |
IpfixCollectorProfilesStub.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<IPFIXCollectorProfile> asyncCallback) |
void |
IpfixCollectorProfiles.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<IPFIXCollectorProfile> asyncCallback)
Create or Replace IPFIX collector profile.
|
void |
IpfixCollectorProfilesStub.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace IPFIX collector profile.
|
void |
IpfixDfwCollectorProfilesStub.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback) |
void |
IpfixDfwCollectorProfiles.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback)
Create or Replace IPFIX dfw collector profile.
|
void |
IpfixDfwCollectorProfilesStub.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
Boolean override,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace IPFIX dfw collector profile.
|
void |
IpfixDfwProfiles.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<IPFIXDFWProfile> asyncCallback)
Create or replace IPFIX DFW profile.
|
void |
IpfixDfwProfilesStub.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<IPFIXDFWProfile> asyncCallback) |
void |
IpfixDfwProfiles.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or replace IPFIX DFW profile.
|
void |
IpfixDfwProfilesStub.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
Boolean override,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback) |
void |
IpfixL2CollectorProfiles.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback)
Create or Replace IPFIX collector profile.
|
void |
IpfixL2CollectorProfilesStub.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
Boolean override,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace IPFIX collector profile.
|
void |
IpfixL2Profiles.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<IPFIXL2Profile> asyncCallback)
Create or replace IPFIX L2 Profile.
|
void |
IpfixL2ProfilesStub.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<IPFIXL2Profile> asyncCallback) |
void |
IpfixL2Profiles.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig)
Create or replace IPFIX L2 Profile.
|
void |
IpfixL2ProfilesStub.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
Boolean override,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback) |
void |
IpsecVpnDpdProfiles.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback) |
void |
IpsecVpnIkeProfiles.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback)
Create or fully replace custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnIkeProfilesStub.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnTunnelProfiles.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback)
Create or fully replace custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback) |
void |
IpsecVpnTunnelProfiles.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Ipv6DadProfile> asyncCallback) |
void |
Ipv6DadProfiles.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Ipv6DadProfile> asyncCallback)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6DadProfilesStub.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
Boolean override,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6NdraProfilesStub.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Ipv6NdraProfile> asyncCallback) |
void |
Ipv6NdraProfiles.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Ipv6NdraProfile> asyncCallback)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
Ipv6NdraProfilesStub.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
Boolean override,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
MetadataProxiesStub.update(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<MetadataProxyConfig> asyncCallback) |
void |
MetadataProxies.update(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<MetadataProxyConfig> asyncCallback)
API will create or update Metadata Proxy Config with ID profile-id
|
void |
MetadataProxiesStub.update(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<MetadataProxyConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
MetadataProxies.update(String metadataProxyId,
MetadataProxyConfig metadataProxyConfig,
AsyncCallback<MetadataProxyConfig> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Metadata Proxy Config with ID profile-id
|
void |
DnsForwarderZonesStub.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback) |
void |
DnsForwarderZones.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback)
Create or update the DNS Forwarder Zone
|
void |
DnsForwarderZonesStub.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder Zone
|
void |
DraftsStub.update(String draftId,
PolicyDraft policyDraft,
AsyncCallback<PolicyDraft> asyncCallback) |
void |
Drafts.update(String draftId,
PolicyDraft policyDraft,
AsyncCallback<PolicyDraft> asyncCallback)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
DraftsStub.update(String draftId,
PolicyDraft policyDraft,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.update(String draftId,
PolicyDraft policyDraft,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
FirewallSchedulers.update(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<PolicyFirewallScheduler> asyncCallback)
Updates a PolicyFirewallScheduler, which can be set at security policy.
|
void |
FirewallSchedulersStub.update(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<PolicyFirewallScheduler> asyncCallback) |
void |
FirewallSchedulers.update(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<PolicyFirewallScheduler> asyncCallback,
InvocationConfig invocationConfig)
Updates a PolicyFirewallScheduler, which can be set at security policy.
|
void |
FirewallSchedulersStub.update(String firewallSchedulerId,
PolicyFirewallScheduler policyFirewallScheduler,
AsyncCallback<PolicyFirewallScheduler> asyncCallback,
InvocationConfig invocationConfig) |
void |
IgmpProfiles.update(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<PolicyIgmpProfile> asyncCallback)
Create or update igmp profile.
|
void |
IgmpProfilesStub.update(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<PolicyIgmpProfile> asyncCallback) |
void |
IgmpProfiles.update(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<PolicyIgmpProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or update igmp profile.
|
void |
IgmpProfilesStub.update(String igmpProfileId,
PolicyIgmpProfile policyIgmpProfile,
AsyncCallback<PolicyIgmpProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
PimProfiles.update(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<PolicyPimProfile> asyncCallback)
Create or update pim profile.
|
void |
PimProfilesStub.update(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<PolicyPimProfile> asyncCallback) |
void |
PimProfiles.update(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<PolicyPimProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or update pim profile.
|
void |
PimProfilesStub.update(String pimProfileId,
PolicyPimProfile policyPimProfile,
AsyncCallback<PolicyPimProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<PortMirroringProfile> asyncCallback)
Create or Replace port mirroring profile.
|
void |
PortMirroringProfilesStub.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<PortMirroringProfile> asyncCallback) |
void |
PortMirroringProfiles.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace port mirroring profile.
|
void |
PortMirroringProfilesStub.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
Boolean override,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.update(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback) |
void |
Segments.update(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServicesStub.update(String serviceId,
Service service,
AsyncCallback<Service> asyncCallback) |
void |
Services.update(String serviceId,
Service service,
AsyncCallback<Service> asyncCallback)
Create a new service if a service with the given ID does not already exist.
|
void |
ServicesStub.update(String serviceId,
Service service,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.update(String serviceId,
Service service,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig)
Create a new service if a service with the given ID does not already exist.
|
void |
Sites.update(String siteId,
Site site,
AsyncCallback<Site> asyncCallback)
Create or fully replace a Site under Infra.
|
void |
SitesStub.update(String siteId,
Site site,
AsyncCallback<Site> asyncCallback) |
void |
Sites.update(String siteId,
Site site,
AsyncCallback<Site> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace a Site under Infra.
|
void |
SitesStub.update(String siteId,
Site site,
AsyncCallback<Site> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0sStub.update(String tier0Id,
Tier0 tier0,
AsyncCallback<Tier0> asyncCallback) |
void |
Tier0s.update(String tier0Id,
Tier0 tier0,
AsyncCallback<Tier0> asyncCallback)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier0sStub.update(String tier0Id,
Tier0 tier0,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.update(String tier0Id,
Tier0 tier0,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier1s.update(String tier1Id,
Tier1 tier1,
AsyncCallback<Tier1> asyncCallback)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.update(String tier1Id,
Tier1 tier1,
AsyncCallback<Tier1> asyncCallback) |
void |
Tier1s.update(String tier1Id,
Tier1 tier1,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.update(String tier1Id,
Tier1 tier1,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig) |
void |
TraceflowsStub.update(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<TraceflowConfig> asyncCallback) |
void |
Traceflows.update(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<TraceflowConfig> asyncCallback)
If a traceflow config with the traceflow-id is not already present, create a new
traceflow config.
|
void |
TraceflowsStub.update(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<TraceflowConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Traceflows.update(String traceflowId,
TraceflowConfig traceflowConfig,
AsyncCallback<TraceflowConfig> asyncCallback,
InvocationConfig invocationConfig)
If a traceflow config with the traceflow-id is not already present, create a new
traceflow config.
|
void |
Segments.update0(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update0(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback) |
void |
Segments.update0(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update0(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
UsageStub.get(String category,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyCapacityUsageResponse> asyncCallback) |
void |
Usage.get(String category,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyCapacityUsageResponse> asyncCallback)
Returns capacity usage data for NSX objects
|
void |
UsageStub.get(String category,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyCapacityUsageResponse> asyncCallback,
InvocationConfig invocationConfig) |
void |
Usage.get(String category,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyCapacityUsageResponse> asyncCallback,
InvocationConfig invocationConfig)
Returns capacity usage data for NSX objects
|
| Modifier and Type | Method and Description |
|---|---|
void |
State.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerState> asyncCallback)
Read DHCP server state
|
void |
StateStub.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerState> asyncCallback) |
void |
State.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerState> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP server state
|
void |
StateStub.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerState> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatsStub.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatistics> asyncCallback) |
void |
Stats.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatistics> asyncCallback)
Read DHCP server statistics
|
void |
StatsStub.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Stats.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatistics> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP server statistics
|
void |
StatusStub.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatus> asyncCallback) |
void |
Status.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatus> asyncCallback)
Read DHCP server status
|
void |
StatusStub.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String configId,
String connectivityPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerStatus> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP server status
|
void |
Leases.get(String configId,
String connectivityPath,
String address,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String segmentPath,
Boolean sortAscending,
String sortBy,
String source,
AsyncCallback<DhcpLeasesResult> asyncCallback)
Read DHCP server leases
|
void |
LeasesStub.get(String configId,
String connectivityPath,
String address,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String segmentPath,
Boolean sortAscending,
String sortBy,
String source,
AsyncCallback<DhcpLeasesResult> asyncCallback) |
void |
Leases.get(String configId,
String connectivityPath,
String address,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String segmentPath,
Boolean sortAscending,
String sortBy,
String source,
AsyncCallback<DhcpLeasesResult> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP server leases
|
void |
LeasesStub.get(String configId,
String connectivityPath,
String address,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String segmentPath,
Boolean sortAscending,
String sortBy,
String source,
AsyncCallback<DhcpLeasesResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayPolicies.delete(String domainId,
String gatewayPolicyId,
AsyncCallback<Void> asyncCallback)
Delete GatewayPolicy
|
void |
SecurityPolicies.delete(String domainId,
String securityPolicyId,
AsyncCallback<Void> asyncCallback)
Deletes the security policy along with all the rules
|
void |
IntrusionServicePolicies.delete(String domainId,
String policyId,
AsyncCallback<Void> asyncCallback)
Delete intrusion detection system security policy.
|
void |
CommunicationMapsStub.delete(String domainId,
String communicationMapId,
AsyncCallback<Void> asyncCallback) |
void |
IntrusionServicePoliciesStub.delete(String domainId,
String policyId,
AsyncCallback<Void> asyncCallback) |
void |
SecurityPoliciesStub.delete(String domainId,
String securityPolicyId,
AsyncCallback<Void> asyncCallback) |
void |
GatewayPoliciesStub.delete(String domainId,
String gatewayPolicyId,
AsyncCallback<Void> asyncCallback) |
void |
CommunicationMaps.delete(String domainId,
String communicationMapId,
AsyncCallback<Void> asyncCallback)
Deletes the communication map along with all the communication entries This API
is deprecated.
|
void |
GatewayPolicies.delete(String domainId,
String gatewayPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete GatewayPolicy
|
void |
SecurityPolicies.delete(String domainId,
String securityPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the security policy along with all the rules
|
void |
IntrusionServicePolicies.delete(String domainId,
String policyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete intrusion detection system security policy.
|
void |
CommunicationMapsStub.delete(String domainId,
String communicationMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IntrusionServicePoliciesStub.delete(String domainId,
String policyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPoliciesStub.delete(String domainId,
String securityPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayPoliciesStub.delete(String domainId,
String gatewayPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.delete(String domainId,
String communicationMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the communication map along with all the communication entries This API
is deprecated.
|
void |
GroupsStub.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
Groups.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
AsyncCallback<Void> asyncCallback)
Delete Group
|
void |
GroupsStub.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Group
|
void |
CommunicationMapsStub.get(String domainId,
String communicationMapId,
AsyncCallback<CommunicationMap> asyncCallback) |
void |
CommunicationMaps.get(String domainId,
String communicationMapId,
AsyncCallback<CommunicationMap> asyncCallback)
Read communication-map for a domain.
|
void |
CommunicationMapsStub.get(String domainId,
String communicationMapId,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.get(String domainId,
String communicationMapId,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig)
Read communication-map for a domain.
|
void |
GatewayPolicies.get(String domainId,
String gatewayPolicyId,
AsyncCallback<GatewayPolicy> asyncCallback)
Read gateway policy for a domain.
|
void |
GatewayPoliciesStub.get(String domainId,
String gatewayPolicyId,
AsyncCallback<GatewayPolicy> asyncCallback) |
void |
GatewayPolicies.get(String domainId,
String gatewayPolicyId,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read gateway policy for a domain.
|
void |
GatewayPoliciesStub.get(String domainId,
String gatewayPolicyId,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.get(String domainId,
String groupId,
AsyncCallback<Group> asyncCallback) |
void |
Groups.get(String domainId,
String groupId,
AsyncCallback<Group> asyncCallback)
Read group
|
void |
GroupsStub.get(String domainId,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.get(String domainId,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
Read group
|
void |
IntrusionServicePolicies.get(String domainId,
String policyId,
AsyncCallback<IdsSecurityPolicy> asyncCallback)
Read intrusion detection system security policy.
|
void |
IntrusionServicePoliciesStub.get(String domainId,
String policyId,
AsyncCallback<IdsSecurityPolicy> asyncCallback) |
void |
IntrusionServicePolicies.get(String domainId,
String policyId,
AsyncCallback<IdsSecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read intrusion detection system security policy.
|
void |
IntrusionServicePoliciesStub.get(String domainId,
String policyId,
AsyncCallback<IdsSecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.get(String domainId,
String securityPolicyId,
AsyncCallback<SecurityPolicy> asyncCallback)
Read security policy for a domain.
|
void |
SecurityPoliciesStub.get(String domainId,
String securityPolicyId,
AsyncCallback<SecurityPolicy> asyncCallback) |
void |
SecurityPolicies.get(String domainId,
String securityPolicyId,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read security policy for a domain.
|
void |
SecurityPoliciesStub.get(String domainId,
String securityPolicyId,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayPolicyListResult> asyncCallback)
List all gateway policies for specified Domain.
|
void |
GatewayPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayPolicyListResult> asyncCallback) |
void |
GatewayPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List all gateway policies for specified Domain.
|
void |
GatewayPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IntrusionServicePolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSecurityPolicyListResult> asyncCallback)
List intrusion detection system security policies.
|
void |
IntrusionServicePoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSecurityPolicyListResult> asyncCallback) |
void |
IntrusionServicePolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSecurityPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List intrusion detection system security policies.
|
void |
IntrusionServicePoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSecurityPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SecurityPolicyListResult> asyncCallback)
List all security policies for a domain.
|
void |
SecurityPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SecurityPolicyListResult> asyncCallback) |
void |
SecurityPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SecurityPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List all security policies for a domain.
|
void |
SecurityPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
Boolean includeRuleCount,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SecurityPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationMapListResult> asyncCallback) |
void |
CommunicationMaps.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationMapListResult> asyncCallback)
List all communication maps for a domain.
|
void |
CommunicationMapsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationMapListResult> asyncCallback,
InvocationConfig invocationConfig)
List all communication maps for a domain.
|
void |
GroupsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback) |
void |
Groups.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback)
List Groups for a domain.
|
void |
GroupsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig)
List Groups for a domain.
|
void |
CommunicationMapsStub.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<Void> asyncCallback) |
void |
CommunicationMaps.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<Void> asyncCallback)
Patch the communication map for a domain.
|
void |
CommunicationMapsStub.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the communication map for a domain.
|
void |
GatewayPolicies.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<Void> asyncCallback)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<Void> asyncCallback) |
void |
GatewayPolicies.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.patch(String domainId,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback) |
void |
Groups.patch(String domainId,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback)
If a group with the group-id is not already present, create a new group.
|
void |
GroupsStub.patch(String domainId,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.patch(String domainId,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a group with the group-id is not already present, create a new group.
|
void |
IntrusionServicePolicies.patch(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<Void> asyncCallback)
Patch intrusion detection system security policy for a domain.
|
void |
IntrusionServicePoliciesStub.patch(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<Void> asyncCallback) |
void |
IntrusionServicePolicies.patch(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch intrusion detection system security policy for a domain.
|
void |
IntrusionServicePoliciesStub.patch(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<Void> asyncCallback)
Patch the security policy for a domain.
|
void |
SecurityPoliciesStub.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<Void> asyncCallback) |
void |
SecurityPolicies.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the security policy for a domain.
|
void |
SecurityPoliciesStub.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
AsyncCallback<CommunicationMap> asyncCallback) |
void |
CommunicationMaps.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
AsyncCallback<CommunicationMap> asyncCallback)
This is used to set a precedence of a communication map w.r.t others.
|
void |
CommunicationMapsStub.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig)
This is used to set a precedence of a communication map w.r.t others.
|
void |
GatewayPolicies.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
AsyncCallback<GatewayPolicy> asyncCallback)
This is used to set a precedence of a gateway policy w.r.t others.
|
void |
GatewayPoliciesStub.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
AsyncCallback<GatewayPolicy> asyncCallback) |
void |
GatewayPolicies.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig)
This is used to set a precedence of a gateway policy w.r.t others.
|
void |
GatewayPoliciesStub.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
IntrusionServicePolicies.revise(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
String anchorPath,
String operation,
AsyncCallback<IdsSecurityPolicy> asyncCallback)
This is used to set a precedence of a security policy w.r.t others.
|
void |
IntrusionServicePoliciesStub.revise(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
String anchorPath,
String operation,
AsyncCallback<IdsSecurityPolicy> asyncCallback) |
void |
IntrusionServicePolicies.revise(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
String anchorPath,
String operation,
AsyncCallback<IdsSecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
This is used to set a precedence of a security policy w.r.t others.
|
void |
IntrusionServicePoliciesStub.revise(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
String anchorPath,
String operation,
AsyncCallback<IdsSecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
AsyncCallback<SecurityPolicy> asyncCallback)
This is used to set a precedence of a security policy w.r.t others.
|
void |
SecurityPoliciesStub.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
AsyncCallback<SecurityPolicy> asyncCallback) |
void |
SecurityPolicies.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
This is used to set a precedence of a security policy w.r.t others.
|
void |
SecurityPoliciesStub.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<CommunicationMap> asyncCallback) |
void |
CommunicationMaps.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<CommunicationMap> asyncCallback)
Create or Update the communication map for a domain.
|
void |
CommunicationMapsStub.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig)
Create or Update the communication map for a domain.
|
void |
GatewayPolicies.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<GatewayPolicy> asyncCallback)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<GatewayPolicy> asyncCallback) |
void |
GatewayPolicies.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.update(String domainId,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback) |
void |
Groups.update(String domainId,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback)
If a group with the group-id is not already present, create a new group.
|
void |
GroupsStub.update(String domainId,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.update(String domainId,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
If a group with the group-id is not already present, create a new group.
|
void |
IntrusionServicePolicies.update(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<IdsSecurityPolicy> asyncCallback)
Update intrusion detection system security policy for a domain.
|
void |
IntrusionServicePoliciesStub.update(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<IdsSecurityPolicy> asyncCallback) |
void |
IntrusionServicePolicies.update(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<IdsSecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
Update intrusion detection system security policy for a domain.
|
void |
IntrusionServicePoliciesStub.update(String domainId,
String policyId,
IdsSecurityPolicy idsSecurityPolicy,
AsyncCallback<IdsSecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<SecurityPolicy> asyncCallback)
Create or Update the security policy for a domain.
|
void |
SecurityPoliciesStub.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<SecurityPolicy> asyncCallback) |
void |
SecurityPolicies.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
Create or Update the security policy for a domain.
|
void |
SecurityPoliciesStub.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommunicationEntries.delete(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<Void> asyncCallback)
Delete CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.delete(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<Void> asyncCallback) |
void |
CommunicationEntries.delete(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.delete(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.get(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<CommunicationEntry> asyncCallback)
Read CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.get(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<CommunicationEntry> asyncCallback) |
void |
CommunicationEntries.get(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig)
Read CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.get(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationEntryListResult> asyncCallback)
List CommunicationEntries This API is deprecated.
|
void |
CommunicationEntriesStub.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationEntryListResult> asyncCallback) |
void |
CommunicationEntries.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationEntryListResult> asyncCallback,
InvocationConfig invocationConfig)
List CommunicationEntries This API is deprecated.
|
void |
CommunicationEntriesStub.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationEntryListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<Void> asyncCallback)
Patch the CommunicationEntry.
|
void |
CommunicationEntriesStub.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<Void> asyncCallback) |
void |
CommunicationEntries.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the CommunicationEntry.
|
void |
CommunicationEntriesStub.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
AsyncCallback<CommunicationEntry> asyncCallback)
This is used to re-order a communictation entry within a communication map.
|
void |
CommunicationEntriesStub.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
AsyncCallback<CommunicationEntry> asyncCallback) |
void |
CommunicationEntries.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig)
This is used to re-order a communictation entry within a communication map.
|
void |
CommunicationEntriesStub.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<CommunicationEntry> asyncCallback)
Update the CommunicationEntry.
|
void |
CommunicationEntriesStub.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<CommunicationEntry> asyncCallback) |
void |
CommunicationEntries.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig)
Update the CommunicationEntry.
|
void |
CommunicationEntriesStub.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.delete(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback)
Delete rule
|
void |
RulesStub.delete(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback) |
void |
Rules.delete(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete rule
|
void |
RulesStub.delete(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.get(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback)
Read rule
|
void |
RulesStub.get(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.get(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Read rule
|
void |
RulesStub.get(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback) |
void |
Statistics.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback)
Get statistics of a gateay policy.
|
void |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a gateay policy.
|
void |
Rules.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback)
List rules
|
void |
RulesStub.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback) |
void |
Rules.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List rules
|
void |
RulesStub.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback)
Update the gateway rule.
|
void |
RulesStub.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback) |
void |
Rules.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway rule.
|
void |
RulesStub.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback)
This is used to re-order a gateway rule within a gateway policy.
|
void |
RulesStub.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
This is used to re-order a gateway rule within a gateway policy.
|
void |
RulesStub.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback)
Update the gateway rule.
|
void |
RulesStub.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway rule.
|
void |
RulesStub.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback) |
void |
Statistics.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback)
Get statistics of a gateway rule.
|
void |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a gateway rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathExpressions.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback)
It will add or remove the specified members having path for a given expression
of a group.
|
void |
ExternalIdExpressions.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback)
It will add or remove the specified members having external ID for a given
expression of a group.
|
void |
ExternalIdExpressionsStub.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback) |
void |
PathExpressionsStub.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback) |
void |
PathExpressions.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
It will add or remove the specified members having path for a given expression
of a group.
|
void |
ExternalIdExpressions.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
It will add or remove the specified members having external ID for a given
expression of a group.
|
void |
ExternalIdExpressionsStub.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PathExpressionsStub.create(String domainId,
String groupId,
String expressionId,
GroupMemberList groupMemberList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddressExpressionsStub.create(String domainId,
String groupId,
String expressionId,
IPAddressList ipAddressList,
String action,
AsyncCallback<Void> asyncCallback) |
void |
IpAddressExpressions.create(String domainId,
String groupId,
String expressionId,
IPAddressList ipAddressList,
String action,
AsyncCallback<Void> asyncCallback)
It will add or remove the specified IP Addresses from a given expression of a
group.
|
void |
IpAddressExpressionsStub.create(String domainId,
String groupId,
String expressionId,
IPAddressList ipAddressList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddressExpressions.create(String domainId,
String groupId,
String expressionId,
IPAddressList ipAddressList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
It will add or remove the specified IP Addresses from a given expression of a
group.
|
void |
MacAddressExpressions.create(String domainId,
String groupId,
String expressionId,
MACAddressList mACAddressList,
String action,
AsyncCallback<Void> asyncCallback)
It will add or remove the specified MAC Addresses from a given expression of a
group.
|
void |
MacAddressExpressionsStub.create(String domainId,
String groupId,
String expressionId,
MACAddressList mACAddressList,
String action,
AsyncCallback<Void> asyncCallback) |
void |
MacAddressExpressions.create(String domainId,
String groupId,
String expressionId,
MACAddressList mACAddressList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
It will add or remove the specified MAC Addresses from a given expression of a
group.
|
void |
MacAddressExpressionsStub.create(String domainId,
String groupId,
String expressionId,
MACAddressList mACAddressList,
String action,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.delete(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<Void> asyncCallback)
API will delete port mirroring instance.
|
void |
PathExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback)
Delete Group Path Expression
|
void |
ExternalIdExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback)
Delete Group External ID Expression
|
void |
IpAddressExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback) |
void |
ExternalIdExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback) |
void |
PathExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback) |
void |
IpAddressExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback)
Delete Group IPAddressExpression
|
void |
MacAddressExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback)
Delete Group MACAddressExpression
|
void |
GroupMonitoringProfileBindingMaps.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Group Monitoring Profile Binding
|
void |
GroupMonitoringProfileBindingMapsStub.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringInstancesStub.delete(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<Void> asyncCallback) |
void |
MacAddressExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringInstances.delete(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete port mirroring instance.
|
void |
PathExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Group Path Expression
|
void |
ExternalIdExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Group External ID Expression
|
void |
IpAddressExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExternalIdExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PathExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddressExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Group IPAddressExpression
|
void |
MacAddressExpressions.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Group MACAddressExpression
|
void |
GroupMonitoringProfileBindingMaps.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Group Monitoring Profile Binding
|
void |
GroupMonitoringProfileBindingMapsStub.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstancesStub.delete(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
MacAddressExpressionsStub.delete(String domainId,
String groupId,
String expressionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
MemberTypesStub.get(String domainId,
String groupId,
AsyncCallback<GroupMemberTypeListResult> asyncCallback) |
void |
MemberTypes.get(String domainId,
String groupId,
AsyncCallback<GroupMemberTypeListResult> asyncCallback)
It retrieves member types for a given group.
|
void |
MemberTypesStub.get(String domainId,
String groupId,
AsyncCallback<GroupMemberTypeListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
MemberTypes.get(String domainId,
String groupId,
AsyncCallback<GroupMemberTypeListResult> asyncCallback,
InvocationConfig invocationConfig)
It retrieves member types for a given group.
|
void |
Tags.get(String domainId,
String groupId,
AsyncCallback<GroupTagsList> asyncCallback)
Get tags used to define conditions inside a Group.
|
void |
TagsStub.get(String domainId,
String groupId,
AsyncCallback<GroupTagsList> asyncCallback) |
void |
Tags.get(String domainId,
String groupId,
AsyncCallback<GroupTagsList> asyncCallback,
InvocationConfig invocationConfig)
Get tags used to define conditions inside a Group.
|
void |
TagsStub.get(String domainId,
String groupId,
AsyncCallback<GroupTagsList> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback)
API will get Group Monitoring Profile Binding Map
|
void |
GroupMonitoringProfileBindingMapsStub.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback) |
void |
GroupMonitoringProfileBindingMaps.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Group Monitoring Profile Binding Map
|
void |
GroupMonitoringProfileBindingMapsStub.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.get(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<PortMirroringInstance> asyncCallback)
API will return details of port mirroring instance.
|
void |
PortMirroringInstancesStub.get(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<PortMirroringInstance> asyncCallback) |
void |
PortMirroringInstances.get(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig)
API will return details of port mirroring instance.
|
void |
PortMirroringInstancesStub.get(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Group Monitoring Profile Binding Maps in current group id.
|
void |
GroupMonitoringProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupMonitoringProfileBindingMapListResult> asyncCallback) |
void |
GroupMonitoringProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Group Monitoring Profile Binding Maps in current group id.
|
void |
GroupMonitoringProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringInstanceListResult> asyncCallback)
API will list all port mirroring instances active on current group.
|
void |
PortMirroringInstancesStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringInstanceListResult> asyncCallback) |
void |
PortMirroringInstances.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringInstanceListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all port mirroring instances active on current group.
|
void |
PortMirroringInstancesStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringInstanceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExternalIdExpressions.patch(String domainId,
String groupId,
String expressionId,
ExternalIDExpression externalIDExpression,
AsyncCallback<Void> asyncCallback)
If a group ExternalIDexpression with the expression-id is not already present,
create a new ExternalIDexpresison.
|
void |
ExternalIdExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
ExternalIDExpression externalIDExpression,
AsyncCallback<Void> asyncCallback) |
void |
ExternalIdExpressions.patch(String domainId,
String groupId,
String expressionId,
ExternalIDExpression externalIDExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a group ExternalIDexpression with the expression-id is not already present,
create a new ExternalIDexpresison.
|
void |
ExternalIdExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
ExternalIDExpression externalIDExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create group monitoring profile binding map
|
void |
GroupMonitoringProfileBindingMapsStub.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
GroupMonitoringProfileBindingMaps.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create group monitoring profile binding map
|
void |
GroupMonitoringProfileBindingMapsStub.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddressExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
IPAddressExpression ipAddressExpression,
AsyncCallback<Void> asyncCallback) |
void |
IpAddressExpressions.patch(String domainId,
String groupId,
String expressionId,
IPAddressExpression ipAddressExpression,
AsyncCallback<Void> asyncCallback)
If a group IPAddressExpression with the expression-id is not already present,
create a new IPAddressExpression.
|
void |
IpAddressExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
IPAddressExpression ipAddressExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddressExpressions.patch(String domainId,
String groupId,
String expressionId,
IPAddressExpression ipAddressExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a group IPAddressExpression with the expression-id is not already present,
create a new IPAddressExpression.
|
void |
MacAddressExpressions.patch(String domainId,
String groupId,
String expressionId,
MACAddressExpression mACAddressExpression,
AsyncCallback<Void> asyncCallback)
If a group MACAddressExpression with the expression-id is not already present,
create a new MACAddressExpression.
|
void |
MacAddressExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
MACAddressExpression mACAddressExpression,
AsyncCallback<Void> asyncCallback) |
void |
MacAddressExpressions.patch(String domainId,
String groupId,
String expressionId,
MACAddressExpression mACAddressExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a group MACAddressExpression with the expression-id is not already present,
create a new MACAddressExpression.
|
void |
MacAddressExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
MACAddressExpression mACAddressExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PathExpressions.patch(String domainId,
String groupId,
String expressionId,
PathExpression pathExpression,
AsyncCallback<Void> asyncCallback)
If a group path_expression with the expression-id is not already present, create
a new pathexpresison.
|
void |
PathExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
PathExpression pathExpression,
AsyncCallback<Void> asyncCallback) |
void |
PathExpressions.patch(String domainId,
String groupId,
String expressionId,
PathExpression pathExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a group path_expression with the expression-id is not already present, create
a new pathexpresison.
|
void |
PathExpressionsStub.patch(String domainId,
String groupId,
String expressionId,
PathExpression pathExpression,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<Void> asyncCallback)
Create a new Port Mirroring Instance if the Port Mirroring Instance with given
id does not already exist.
|
void |
PortMirroringInstancesStub.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringInstances.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new Port Mirroring Instance if the Port Mirroring Instance with given
id does not already exist.
|
void |
PortMirroringInstancesStub.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback)
API will update Group Monitoring Profile Binding Map
|
void |
GroupMonitoringProfileBindingMapsStub.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback) |
void |
GroupMonitoringProfileBindingMaps.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Group Monitoring Profile Binding Map
|
void |
GroupMonitoringProfileBindingMapsStub.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<PortMirroringInstance> asyncCallback)
Create or Replace port mirroring instance.
|
void |
PortMirroringInstancesStub.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<PortMirroringInstance> asyncCallback) |
void |
PortMirroringInstances.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace port mirroring instance.
|
void |
PortMirroringInstancesStub.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
IpAddressesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback) |
void |
IpAddresses.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback)
Get IP addresses that belong to this Group.
|
void |
IpAddressesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddresses.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get IP addresses that belong to this Group.
|
void |
LogicalPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback) |
void |
LogicalSwitchesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback) |
void |
LogicalPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback)
Get logical ports that belong to this Group This API is applicable for Groups
containing either VirtualMachine, VIF, Segment or Segment Port member type.For
Groups containing other member types,an empty list is returned.
|
void |
SegmentPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback)
Get segment ports that belong to this Group
|
void |
SegmentPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback) |
void |
LogicalSwitches.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback)
Get logical switches that belong to this Group.
|
void |
Segments.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback)
Get segments that belong to this Group
|
void |
SegmentsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback) |
void |
LogicalPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LogicalSwitchesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LogicalPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get logical ports that belong to this Group This API is applicable for Groups
containing either VirtualMachine, VIF, Segment or Segment Port member type.For
Groups containing other member types,an empty list is returned.
|
void |
SegmentPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get segment ports that belong to this Group
|
void |
SegmentPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LogicalSwitches.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get logical switches that belong to this Group.
|
void |
Segments.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get segments that belong to this Group
|
void |
SegmentsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback)
Get Virtual machines that belong to this Group.
|
void |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback) |
void |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
Get Virtual machines that belong to this Group.
|
void |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Vifs.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback)
Get Virtual Network Interface instances that belong to this Group.
|
void |
VifsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback) |
void |
Vifs.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get Virtual Network Interface instances that belong to this Group.
|
void |
VifsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback)
Get the effective VM membership for the Group.
|
void |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback) |
void |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
Get the effective VM membership for the Group.
|
void |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.delete(String domainId,
String policyId,
String ruleId,
AsyncCallback<Void> asyncCallback)
Delete intrusion detection rule.
|
void |
RulesStub.delete(String domainId,
String policyId,
String ruleId,
AsyncCallback<Void> asyncCallback) |
void |
Rules.delete(String domainId,
String policyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete intrusion detection rule.
|
void |
RulesStub.delete(String domainId,
String policyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.get(String domainId,
String policyId,
String ruleId,
AsyncCallback<IdsRule> asyncCallback)
Read intrusion detection rule
|
void |
RulesStub.get(String domainId,
String policyId,
String ruleId,
AsyncCallback<IdsRule> asyncCallback) |
void |
Rules.get(String domainId,
String policyId,
String ruleId,
AsyncCallback<IdsRule> asyncCallback,
InvocationConfig invocationConfig)
Read intrusion detection rule
|
void |
RulesStub.get(String domainId,
String policyId,
String ruleId,
AsyncCallback<IdsRule> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.list(String domainId,
String policyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsRuleListResult> asyncCallback)
List intrusion detection rules.
|
void |
RulesStub.list(String domainId,
String policyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsRuleListResult> asyncCallback) |
void |
Rules.list(String domainId,
String policyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsRuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List intrusion detection rules.
|
void |
RulesStub.list(String domainId,
String policyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsRuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<Void> asyncCallback)
Patch intrusion detection system rule.
|
void |
RulesStub.patch(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<Void> asyncCallback) |
void |
Rules.patch(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch intrusion detection system rule.
|
void |
RulesStub.patch(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.revise(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
String anchorPath,
String operation,
AsyncCallback<IdsRule> asyncCallback)
This is used to re-order a rule within a security policy.
|
void |
RulesStub.revise(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
String anchorPath,
String operation,
AsyncCallback<IdsRule> asyncCallback) |
void |
Rules.revise(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
String anchorPath,
String operation,
AsyncCallback<IdsRule> asyncCallback,
InvocationConfig invocationConfig)
This is used to re-order a rule within a security policy.
|
void |
RulesStub.revise(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
String anchorPath,
String operation,
AsyncCallback<IdsRule> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.update(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<IdsRule> asyncCallback)
Update intrusion detection system rule.
|
void |
RulesStub.update(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<IdsRule> asyncCallback) |
void |
Rules.update(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<IdsRule> asyncCallback,
InvocationConfig invocationConfig)
Update intrusion detection system rule.
|
void |
RulesStub.update(String domainId,
String policyId,
String ruleId,
IdsRule idsRule,
AsyncCallback<IdsRule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.delete(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback)
Delete rule
|
void |
RulesStub.delete(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback) |
void |
Rules.delete(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete rule
|
void |
RulesStub.delete(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.get(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback)
Read rule
|
void |
RulesStub.get(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.get(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Read rule
|
void |
RulesStub.get(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback) |
void |
Statistics.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback)
Get statistics of a security policy.
|
void |
StatisticsStub.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a security policy.
|
void |
Rules.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback)
List rules
|
void |
RulesStub.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback) |
void |
Rules.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List rules
|
void |
RulesStub.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback)
Patch the rule.
|
void |
RulesStub.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback) |
void |
Rules.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the rule.
|
void |
RulesStub.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback)
This is used to re-order a rule within a security policy.
|
void |
RulesStub.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
This is used to re-order a rule within a security policy.
|
void |
RulesStub.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback)
Update the rule.
|
void |
RulesStub.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Update the rule.
|
void |
RulesStub.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback) |
void |
Statistics.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback)
Get statistics of a rule.
|
void |
StatisticsStub.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompleteStub.get(String draftId,
AsyncCallback<Infra> asyncCallback) |
void |
Aggregated.get(String draftId,
AsyncCallback<Infra> asyncCallback)
Get an aggregated configuration that will get applied onto current configuration
during publish of this draft.
|
void |
AggregatedStub.get(String draftId,
AsyncCallback<Infra> asyncCallback) |
void |
Complete.get(String draftId,
AsyncCallback<Infra> asyncCallback)
Get a preview of a configuration which will be present after publish of a
specified draft.
|
void |
CompleteStub.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
Aggregated.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Get an aggregated configuration that will get applied onto current configuration
during publish of this draft.
|
void |
AggregatedStub.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
Complete.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Get a preview of a configuration which will be present after publish of a
specified draft.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealizedEntityStub.get(String realizedPath,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback) |
void |
RealizedEntity.get(String realizedPath,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback)
Get realized entity uniquely identified by realized path, specified by query
parameter
|
void |
RealizedEntityStub.get(String realizedPath,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig) |
void |
RealizedEntity.get(String realizedPath,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig)
Get realized entity uniquely identified by realized path, specified by query
parameter
|
void |
StatusStub.get(String intentPath,
Boolean includeEnforcedStatus,
String sitePath,
AsyncCallback<ConsolidatedRealizedStatus> asyncCallback) |
void |
Status.get(String intentPath,
Boolean includeEnforcedStatus,
String sitePath,
AsyncCallback<ConsolidatedRealizedStatus> asyncCallback)
Asynchronous method overload.
|
void |
StatusStub.get(String intentPath,
Boolean includeEnforcedStatus,
String sitePath,
AsyncCallback<ConsolidatedRealizedStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String intentPath,
Boolean includeEnforcedStatus,
String sitePath,
AsyncCallback<ConsolidatedRealizedStatus> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
RealizedEntities.list(String intentPath,
String sitePath,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback)
Get list of realized entities associated with intent object, specified by path
in query parameter
|
void |
RealizedEntitiesStub.list(String intentPath,
String sitePath,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback) |
void |
RealizedEntities.list(String intentPath,
String sitePath,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get list of realized entities associated with intent object, specified by path
in query parameter
|
void |
RealizedEntitiesStub.list(String intentPath,
String sitePath,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
UnassociatedVirtualMachines.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback)
This API filters objects of type virtual machine which are not part of any
group.
|
void |
VirtualMachines.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback)
This API filters objects of type virtual machine.
|
void |
VirtualMachinesStub.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback) |
void |
UnassociatedVirtualMachinesStub.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback) |
void |
UnassociatedVirtualMachines.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
This API filters objects of type virtual machine which are not part of any
group.
|
void |
VirtualMachines.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
This API filters objects of type virtual machine.
|
void |
VirtualMachinesStub.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
UnassociatedVirtualMachinesStub.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
AlarmsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyAlarmResourceListResult> asyncCallback) |
void |
Alarms.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyAlarmResourceListResult> asyncCallback)
Paginated list of all alarms.
|
void |
AlarmsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyAlarmResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Alarms.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyAlarmResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all alarms.
|
void |
RealizedEntityStub.refresh(String intentPath,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
RealizedEntity.refresh(String intentPath,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Refresh the status and statistics of all realized entities associated with given
intent path synchronously.
|
void |
RealizedEntityStub.refresh(String intentPath,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RealizedEntity.refresh(String intentPath,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Refresh the status and statistics of all realized entities associated with given
intent path synchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vifs.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback)
This API lists VIFs from the specified NSX Manager.
|
void |
VifsStub.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback) |
void |
Vifs.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
This API lists VIFs from the specified NSX Manager.
|
void |
VifsStub.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachines.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback)
This API filters objects of type virtual machines from the specified NSX
Manager.
|
void |
VirtualMachinesStub.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback) |
void |
VirtualMachines.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback,
InvocationConfig invocationConfig)
This API filters objects of type virtual machines from the specified NSX
Manager.
|
void |
VirtualMachinesStub.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachines.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
AsyncCallback<Void> asyncCallback)
Allows an admin to apply multiple tags to a virtual machine.
|
void |
VirtualMachinesStub.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
AsyncCallback<Void> asyncCallback) |
void |
VirtualMachines.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Allows an admin to apply multiple tags to a virtual machine.
|
void |
VirtualMachinesStub.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceSegmentsStub.delete(String serviceSegmentId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceSegments.delete(String serviceSegmentId,
AsyncCallback<Void> asyncCallback)
Delete Service Segment with given ID
|
void |
ServiceSegmentsStub.delete(String serviceSegmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.delete(String serviceSegmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Service Segment with given ID
|
void |
PortsStub.delete(String segmentId,
String portId,
AsyncCallback<Void> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Infra Segment Monitoring Profile Binding Profile.
|
void |
Ports.delete(String segmentId,
String portId,
AsyncCallback<Void> asyncCallback)
Delete an infra segment port by giving ID.
|
void |
SegmentMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
DhcpStaticBindingConfigs.delete(String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback)
Delete DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.delete(String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback) |
void |
PortsStub.delete(String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Infra Segment Monitoring Profile Binding Profile.
|
void |
Ports.delete(String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete an infra segment port by giving ID.
|
void |
SegmentMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpStaticBindingConfigs.delete(String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.delete(String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegmentsStub.get(String serviceSegmentId,
AsyncCallback<ServiceSegment> asyncCallback) |
void |
ServiceSegments.get(String serviceSegmentId,
AsyncCallback<ServiceSegment> asyncCallback)
Read a Service Segment with the given id
|
void |
ServiceSegmentsStub.get(String serviceSegmentId,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.get(String serviceSegmentId,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig)
Read a Service Segment with the given id
|
void |
SegmentMonitoringProfileBindingMaps.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback)
API will get Infra Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Infra Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.get(String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback) |
void |
Ports.get(String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback)
Get detail information on an infra segment port by giving ID.
|
void |
PortsStub.get(String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.get(String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Get detail information on an infra segment port by giving ID.
|
void |
DhcpStaticBindingConfigs.get(String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback)
Read DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.get(String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback) |
void |
DhcpStaticBindingConfigs.get(String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.get(String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
State.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback)
Get infra segment state information.
|
void |
StateStub.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback) |
void |
State.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback,
InvocationConfig invocationConfig)
Get infra segment state information.
|
void |
StateStub.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback) |
void |
Statistics.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback)
Get infra segment statistics information.
|
void |
StatisticsStub.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get infra segment statistics information.
|
void |
DhcpStaticBindingConfigs.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback)
Paginated list of all DHCP static binding instances
|
void |
DhcpStaticBindingConfigsStub.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback) |
void |
DhcpStaticBindingConfigs.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP static binding instances
|
void |
DhcpStaticBindingConfigsStub.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Infra Segment Monitoring Profile Binding Maps in current
segment id.
|
void |
SegmentMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Infra Segment Monitoring Profile Binding Maps in current
segment id.
|
void |
SegmentMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback) |
void |
Ports.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback)
List all the ports for an infra.
|
void |
PortsStub.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig)
List all the ports for an infra.
|
void |
ServiceSegmentsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceSegmentListResult> asyncCallback) |
void |
ServiceSegments.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceSegmentListResult> asyncCallback)
Paginated list of all Service Segments
|
void |
ServiceSegmentsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceSegmentListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceSegmentListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Service Segments
|
void |
ArpTable.list(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback)
Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the interface
(downlink) attaching segment to tier-0/tier-1 gateway, on a edge node specified
in edge_path parameter.
|
void |
ArpTableStub.list(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback) |
void |
ArpTable.list(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig)
Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the interface
(downlink) attaching segment to tier-0/tier-1 gateway, on a edge node specified
in edge_path parameter.
|
void |
ArpTableStub.list(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegmentsStub.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<Void> asyncCallback) |
void |
ServiceSegments.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<Void> asyncCallback)
A service segment with the service-segment-id is created.
|
void |
ServiceSegmentsStub.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
A service segment with the service-segment-id is created.
|
void |
SegmentMonitoringProfileBindingMaps.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create infra segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create infra segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.patch(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback) |
void |
Ports.patch(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
PortsStub.patch(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.patch(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
DhcpStaticBindingConfigs.patch(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.patch(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback) |
void |
DhcpStaticBindingConfigs.patch(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.patch(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegmentsStub.update(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<ServiceSegment> asyncCallback) |
void |
ServiceSegments.update(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<ServiceSegment> asyncCallback)
A service segment with the service-segment-id is created.
|
void |
ServiceSegmentsStub.update(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.update(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig)
A service segment with the service-segment-id is created.
|
void |
SegmentMonitoringProfileBindingMaps.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback)
API will update Infra Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Infra Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.update(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback) |
void |
Ports.update(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
void |
PortsStub.update(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.update(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
void |
DhcpStaticBindingConfigs.update(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.update(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback) |
void |
DhcpStaticBindingConfigs.update(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.update(String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
State.get(String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback)
Read DHCP static binding state
|
void |
StateStub.get(String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback) |
void |
State.get(String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP static binding state
|
void |
StateStub.get(String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback) |
void |
Status.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback)
Get infra segment cross site traffic statistics.
|
void |
StatusStub.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback,
InvocationConfig invocationConfig)
Get infra segment cross site traffic statistics.
|
void |
SiteSpanInfo.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback)
Get infra segment cross site forwarder placement and HA statuss.
|
void |
SiteSpanInfoStub.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback) |
void |
SiteSpanInfo.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback,
InvocationConfig invocationConfig)
Get infra segment cross site forwarder placement and HA statuss.
|
void |
SiteSpanInfoStub.get(String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
PortMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Infra Port Monitoring Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Infra Port Monitoring Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback)
API will get Infra Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Infra Port Monitoring Profile Binding Map.
|
void |
StatisticsStub.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback) |
void |
Statistics.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback)
Get infra segment port statistics information.
|
void |
StatisticsStub.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get infra segment port statistics information.
|
void |
PortMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Infra Port Monitoring Profile Binding Maps in current port id.
|
void |
PortMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Infra Port Monitoring Profile Binding Maps in current port id.
|
void |
PortMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create Infra Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Infra Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback)
API will update Infra Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Infra Port Monitoring Profile Binding Map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceChainMappingsStub.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceChainMappingListResult> asyncCallback) |
void |
ServiceChainMappings.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceChainMappingListResult> asyncCallback)
List all service chain mappings in the system for the given service profile.
|
void |
ServiceChainMappingsStub.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceChainMappingListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChainMappings.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceChainMappingListResult> asyncCallback,
InvocationConfig invocationConfig)
List all service chain mappings in the system for the given service profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceEntriesStub.delete(String serviceId,
String serviceEntryId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceEntries.delete(String serviceId,
String serviceEntryId,
AsyncCallback<Void> asyncCallback)
Delete Service entry
|
void |
ServiceEntriesStub.delete(String serviceId,
String serviceEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.delete(String serviceId,
String serviceEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Service entry
|
void |
ServiceEntriesStub.get(String serviceId,
String serviceEntryId,
AsyncCallback<Structure> asyncCallback) |
void |
ServiceEntries.get(String serviceId,
String serviceEntryId,
AsyncCallback<Structure> asyncCallback)
Service entry
|
void |
ServiceEntriesStub.get(String serviceId,
String serviceEntryId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.get(String serviceId,
String serviceEntryId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Service entry
|
void |
ServiceEntriesStub.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceEntryListResult> asyncCallback) |
void |
ServiceEntries.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceEntryListResult> asyncCallback)
Paginated list of Service entries for the given service
|
void |
ServiceEntriesStub.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceEntryListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceEntryListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of Service entries for the given service
|
void |
ServiceEntriesStub.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Void> asyncCallback) |
void |
ServiceEntries.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Void> asyncCallback)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
void |
ServiceEntriesStub.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
void |
ServiceEntriesStub.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Structure> asyncCallback) |
void |
ServiceEntries.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Structure> asyncCallback)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
void |
ServiceEntriesStub.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CpuMemThresholdsProfileBindingMaps.delete(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Firewall CPU Memory Thresholds Profile Binding.
|
void |
CpuMemThresholdsProfileBindingMapsStub.delete(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
CpuMemThresholdsProfileBindingMaps.delete(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Firewall CPU Memory Thresholds Profile Binding.
|
void |
CpuMemThresholdsProfileBindingMapsStub.delete(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfilesStub.delete(String profileId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
CpuMemThresholdsProfiles.delete(String profileId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Delete CPU and memory thresholds profile.
|
void |
CpuMemThresholdsProfilesStub.delete(String profileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfiles.delete(String profileId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete CPU and memory thresholds profile.
|
void |
SecurityStub.get(AsyncCallback<DfwFirewallConfiguration> asyncCallback) |
void |
Security.get(AsyncCallback<DfwFirewallConfiguration> asyncCallback)
Get the current dfw firewall configurations.
|
void |
SecurityStub.get(AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
Security.get(AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Get the current dfw firewall configurations.
|
void |
CpuMemThresholdsProfilesStub.get(String profileId,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback) |
void |
CpuMemThresholdsProfiles.get(String profileId,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback)
Read the CPU and memory thresholds profile.
|
void |
CpuMemThresholdsProfilesStub.get(String profileId,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfiles.get(String profileId,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback,
InvocationConfig invocationConfig)
Read the CPU and memory thresholds profile.
|
void |
CpuMemThresholdsProfileBindingMaps.get(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback)
API will get Firewall CPU Memory Thresholds Profile Binding Map.
|
void |
CpuMemThresholdsProfileBindingMapsStub.get(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback) |
void |
CpuMemThresholdsProfileBindingMaps.get(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Firewall CPU Memory Thresholds Profile Binding Map.
|
void |
CpuMemThresholdsProfileBindingMapsStub.get(String cpuMemThresholdsProfileBindingMapId,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfileBindingMaps.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMapListResult> asyncCallback)
API will list all Firewall CPU Memory Thresholds Profile Binding Maps.
|
void |
CpuMemThresholdsProfileBindingMapsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMapListResult> asyncCallback) |
void |
CpuMemThresholdsProfileBindingMaps.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Firewall CPU Memory Thresholds Profile Binding Maps.
|
void |
CpuMemThresholdsProfileBindingMapsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfileListResult> asyncCallback) |
void |
CpuMemThresholdsProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfileListResult> asyncCallback)
List all CPU and memory thresholds profiles.
|
void |
CpuMemThresholdsProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
List all CPU and memory thresholds profiles.
|
void |
SecurityStub.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<Void> asyncCallback) |
void |
Security.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<Void> asyncCallback)
Update dfw firewall related configurations.
|
void |
SecurityStub.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Security.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update dfw firewall related configurations.
|
void |
CpuMemThresholdsProfileBindingMaps.patch(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create or update Firewall CPU Memory Thresholds Profile binding map.
|
void |
CpuMemThresholdsProfileBindingMapsStub.patch(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
CpuMemThresholdsProfileBindingMaps.patch(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Firewall CPU Memory Thresholds Profile binding map.
|
void |
CpuMemThresholdsProfileBindingMapsStub.patch(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfilesStub.patch(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
CpuMemThresholdsProfiles.patch(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<Void> asyncCallback)
Create or update CPU and memory thresholds profile.
|
void |
CpuMemThresholdsProfilesStub.patch(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfiles.patch(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update CPU and memory thresholds profile.
|
void |
StatsStub.reset(String category,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
Stats.reset(String category,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Sets firewall rule statistics counter to zero.
|
void |
StatsStub.reset(String category,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Stats.reset(String category,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Sets firewall rule statistics counter to zero.
|
void |
SecurityStub.update(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<DfwFirewallConfiguration> asyncCallback) |
void |
Security.update(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<DfwFirewallConfiguration> asyncCallback)
Update dfw firewall related configurations.
|
void |
SecurityStub.update(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
Security.update(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Update dfw firewall related configurations.
|
void |
CpuMemThresholdsProfileBindingMaps.update(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback)
API will update Firewall CPU Memory Thresholds Profile Binding Map.
|
void |
CpuMemThresholdsProfileBindingMapsStub.update(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback) |
void |
CpuMemThresholdsProfileBindingMaps.update(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Firewall CPU Memory Thresholds Profile Binding Map.
|
void |
CpuMemThresholdsProfileBindingMapsStub.update(String cpuMemThresholdsProfileBindingMapId,
PolicyFirewallCPUMemThresholdsProfileBindingMap policyFirewallCPUMemThresholdsProfileBindingMap,
AsyncCallback<PolicyFirewallCPUMemThresholdsProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfilesStub.update(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback) |
void |
CpuMemThresholdsProfiles.update(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback)
Create or update CPU and memory thresholds profile.
|
void |
CpuMemThresholdsProfilesStub.update(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
CpuMemThresholdsProfiles.update(String profileId,
PolicyFirewallCpuMemThresholdsProfile policyFirewallCpuMemThresholdsProfile,
Boolean override,
AsyncCallback<PolicyFirewallCpuMemThresholdsProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or update CPU and memory thresholds profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcludeListStub.filter(String intentPath,
Boolean deepCheck,
String enforcementPointPath,
AsyncCallback<PolicyResourceReference> asyncCallback) |
void |
ExcludeList.filter(String intentPath,
Boolean deepCheck,
String enforcementPointPath,
AsyncCallback<PolicyResourceReference> asyncCallback)
Filter the firewall exclude list by the given object, to check whether the
object is a member of this exclude list.
|
void |
ExcludeListStub.filter(String intentPath,
Boolean deepCheck,
String enforcementPointPath,
AsyncCallback<PolicyResourceReference> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeList.filter(String intentPath,
Boolean deepCheck,
String enforcementPointPath,
AsyncCallback<PolicyResourceReference> asyncCallback,
InvocationConfig invocationConfig)
Filter the firewall exclude list by the given object, to check whether the
object is a member of this exclude list.
|
void |
IntrusionServices.get(AsyncCallback<IdsSettings> asyncCallback)
Intrusion detection system settings.
|
void |
IntrusionServicesStub.get(AsyncCallback<IdsSettings> asyncCallback) |
void |
IntrusionServices.get(AsyncCallback<IdsSettings> asyncCallback,
InvocationConfig invocationConfig)
Intrusion detection system settings.
|
void |
IntrusionServicesStub.get(AsyncCallback<IdsSettings> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeListStub.get(AsyncCallback<PolicyExcludeList> asyncCallback) |
void |
ExcludeList.get(AsyncCallback<PolicyExcludeList> asyncCallback)
Read exclude list for firewall
|
void |
ExcludeListStub.get(AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeList.get(AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig)
Read exclude list for firewall
|
void |
IntrusionServices.patch(IdsSettings idsSettings,
AsyncCallback<Void> asyncCallback)
Intrusion detection system settings.
|
void |
IntrusionServicesStub.patch(IdsSettings idsSettings,
AsyncCallback<Void> asyncCallback) |
void |
IntrusionServices.patch(IdsSettings idsSettings,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Intrusion detection system settings.
|
void |
IntrusionServicesStub.patch(IdsSettings idsSettings,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeListStub.patch(PolicyExcludeList policyExcludeList,
AsyncCallback<Void> asyncCallback) |
void |
ExcludeList.patch(PolicyExcludeList policyExcludeList,
AsyncCallback<Void> asyncCallback)
Patch exclusion list for security policy.
|
void |
ExcludeListStub.patch(PolicyExcludeList policyExcludeList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeList.patch(PolicyExcludeList policyExcludeList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch exclusion list for security policy.
|
void |
IntrusionServices.update(IdsSettings idsSettings,
AsyncCallback<IdsSettings> asyncCallback)
Intrusion detection system settings.
|
void |
IntrusionServicesStub.update(IdsSettings idsSettings,
AsyncCallback<IdsSettings> asyncCallback) |
void |
IntrusionServices.update(IdsSettings idsSettings,
AsyncCallback<IdsSettings> asyncCallback,
InvocationConfig invocationConfig)
Intrusion detection system settings.
|
void |
IntrusionServicesStub.update(IdsSettings idsSettings,
AsyncCallback<IdsSettings> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeListStub.update(PolicyExcludeList policyExcludeList,
AsyncCallback<PolicyExcludeList> asyncCallback) |
void |
ExcludeList.update(PolicyExcludeList policyExcludeList,
AsyncCallback<PolicyExcludeList> asyncCallback)
Update the exclusion list for security policy
|
void |
ExcludeListStub.update(PolicyExcludeList policyExcludeList,
AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeList.update(PolicyExcludeList policyExcludeList,
AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig)
Update the exclusion list for security policy
|
| Modifier and Type | Method and Description |
|---|---|
void |
Profiles.delete(String profileId,
AsyncCallback<Void> asyncCallback)
Delete intrusion detection profile.
|
void |
ProfilesStub.delete(String profileId,
AsyncCallback<Void> asyncCallback) |
void |
Profiles.delete(String profileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete intrusion detection profile.
|
void |
ProfilesStub.delete(String profileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IdsStandaloneHostConfigStub.get(AsyncCallback<IdsStandaloneHostConfig> asyncCallback) |
void |
IdsStandaloneHostConfig.get(AsyncCallback<IdsStandaloneHostConfig> asyncCallback)
Read intrusion detection system config of standalone hosts.
|
void |
IdsStandaloneHostConfigStub.get(AsyncCallback<IdsStandaloneHostConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
IdsStandaloneHostConfig.get(AsyncCallback<IdsStandaloneHostConfig> asyncCallback,
InvocationConfig invocationConfig)
Read intrusion detection system config of standalone hosts.
|
void |
ClusterConfigsStub.get(String clusterId,
AsyncCallback<IdsClusterConfig> asyncCallback) |
void |
ClusterConfigs.get(String clusterId,
AsyncCallback<IdsClusterConfig> asyncCallback)
Read intrusion detection system cluster config
|
void |
ClusterConfigsStub.get(String clusterId,
AsyncCallback<IdsClusterConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
ClusterConfigs.get(String clusterId,
AsyncCallback<IdsClusterConfig> asyncCallback,
InvocationConfig invocationConfig)
Read intrusion detection system cluster config
|
void |
Profiles.get(String profileId,
AsyncCallback<IdsProfile> asyncCallback)
Read intrusion detection profile
|
void |
ProfilesStub.get(String profileId,
AsyncCallback<IdsProfile> asyncCallback) |
void |
Profiles.get(String profileId,
AsyncCallback<IdsProfile> asyncCallback,
InvocationConfig invocationConfig)
Read intrusion detection profile
|
void |
ProfilesStub.get(String profileId,
AsyncCallback<IdsProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
ClusterConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsClusterConfigListResult> asyncCallback) |
void |
ClusterConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsClusterConfigListResult> asyncCallback)
List intrusion detection system cluster configs.
|
void |
ClusterConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsClusterConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ClusterConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsClusterConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
List intrusion detection system cluster configs.
|
void |
Profiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsProfileListResult> asyncCallback)
List intrusion detection profiles.
|
void |
ProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsProfileListResult> asyncCallback) |
void |
Profiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
List intrusion detection profiles.
|
void |
ProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SignatureVersions.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureVersionListResult> asyncCallback)
Intrusion detection system signature versions.
|
void |
SignatureVersionsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureVersionListResult> asyncCallback) |
void |
SignatureVersions.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureVersionListResult> asyncCallback,
InvocationConfig invocationConfig)
Intrusion detection system signature versions.
|
void |
SignatureVersionsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureVersionListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SignatureVersions.makeactiveversion(IdsSignatureVersion idsSignatureVersion,
AsyncCallback<Void> asyncCallback)
Make this IDS Signature version as ACTIVE version and other versions as
NOTACTIVE.
|
void |
SignatureVersionsStub.makeactiveversion(IdsSignatureVersion idsSignatureVersion,
AsyncCallback<Void> asyncCallback) |
void |
SignatureVersions.makeactiveversion(IdsSignatureVersion idsSignatureVersion,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Make this IDS Signature version as ACTIVE version and other versions as
NOTACTIVE.
|
void |
SignatureVersionsStub.makeactiveversion(IdsSignatureVersion idsSignatureVersion,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IdsStandaloneHostConfigStub.patch(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<Void> asyncCallback) |
void |
IdsStandaloneHostConfig.patch(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<Void> asyncCallback)
Patch intrusion detection system configuration on standalone hosts.
|
void |
IdsStandaloneHostConfigStub.patch(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IdsStandaloneHostConfig.patch(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch intrusion detection system configuration on standalone hosts.
|
void |
ClusterConfigsStub.patch(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<Void> asyncCallback) |
void |
ClusterConfigs.patch(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<Void> asyncCallback)
Patch intrusion detection system on cluster level.
|
void |
ClusterConfigsStub.patch(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ClusterConfigs.patch(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch intrusion detection system on cluster level.
|
void |
Profiles.patch(String profileId,
IdsProfile idsProfile,
AsyncCallback<Void> asyncCallback)
Patch intrusion detection system profile.
|
void |
ProfilesStub.patch(String profileId,
IdsProfile idsProfile,
AsyncCallback<Void> asyncCallback) |
void |
Profiles.patch(String profileId,
IdsProfile idsProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch intrusion detection system profile.
|
void |
ProfilesStub.patch(String profileId,
IdsProfile idsProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IdsStandaloneHostConfigStub.update(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<IdsStandaloneHostConfig> asyncCallback) |
void |
IdsStandaloneHostConfig.update(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<IdsStandaloneHostConfig> asyncCallback)
Update intrusion detection system configuration on standalone hosts.
|
void |
IdsStandaloneHostConfigStub.update(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<IdsStandaloneHostConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
IdsStandaloneHostConfig.update(IdsStandaloneHostConfig idsStandaloneHostConfig,
AsyncCallback<IdsStandaloneHostConfig> asyncCallback,
InvocationConfig invocationConfig)
Update intrusion detection system configuration on standalone hosts.
|
void |
ClusterConfigsStub.update(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<IdsClusterConfig> asyncCallback) |
void |
ClusterConfigs.update(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<IdsClusterConfig> asyncCallback)
Update intrusion detection system on cluster level.
|
void |
ClusterConfigsStub.update(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<IdsClusterConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
ClusterConfigs.update(String clusterId,
IdsClusterConfig idsClusterConfig,
AsyncCallback<IdsClusterConfig> asyncCallback,
InvocationConfig invocationConfig)
Update intrusion detection system on cluster level.
|
void |
Profiles.update(String profileId,
IdsProfile idsProfile,
AsyncCallback<IdsProfile> asyncCallback)
Update intrusion detection profile.
|
void |
ProfilesStub.update(String profileId,
IdsProfile idsProfile,
AsyncCallback<IdsProfile> asyncCallback) |
void |
Profiles.update(String profileId,
IdsProfile idsProfile,
AsyncCallback<IdsProfile> asyncCallback,
InvocationConfig invocationConfig)
Update intrusion detection profile.
|
void |
ProfilesStub.update(String profileId,
IdsProfile idsProfile,
AsyncCallback<IdsProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
SignaturesStub.updatesignatures(AsyncCallback<Void> asyncCallback) |
void |
Signatures.updatesignatures(AsyncCallback<Void> asyncCallback)
Trigger the process to Download and update the IDS signatures manually.
|
void |
SignaturesStub.updatesignatures(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Signatures.updatesignatures(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Trigger the process to Download and update the IDS signatures manually.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignaturesStub.list(String versionId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureListResult> asyncCallback) |
void |
Signatures.list(String versionId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureListResult> asyncCallback)
List intrusion detection system signatures.
|
void |
SignaturesStub.list(String versionId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Signatures.list(String versionId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IdsSignatureListResult> asyncCallback,
InvocationConfig invocationConfig)
List intrusion detection system signatures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(AsyncCallback<IdsSignatureStatus> asyncCallback) |
void |
Status.get(AsyncCallback<IdsSignatureStatus> asyncCallback)
Intrusion detection system signatures status.
|
void |
StatusStub.get(AsyncCallback<IdsSignatureStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(AsyncCallback<IdsSignatureStatus> asyncCallback,
InvocationConfig invocationConfig)
Intrusion detection system signatures status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerCertificateStub.get(String address,
long port,
AsyncCallback<TlsListenerCertificate> asyncCallback) |
void |
ListenerCertificate.get(String address,
long port,
AsyncCallback<TlsListenerCertificate> asyncCallback)
Connects to the given IP and port, and, if an SSL listener is present, returns
the certificate of the listener.
|
void |
ListenerCertificateStub.get(String address,
long port,
AsyncCallback<TlsListenerCertificate> asyncCallback,
InvocationConfig invocationConfig) |
void |
ListenerCertificate.get(String address,
long port,
AsyncCallback<TlsListenerCertificate> asyncCallback,
InvocationConfig invocationConfig)
Connects to the given IP and port, and, if an SSL listener is present, returns
the certificate of the listener.
|
void |
EnforcementPoints.get(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback)
Read an Enforcement Point under Infra/Site
|
void |
EnforcementPointsStub.get(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback) |
void |
EnforcementPoints.get(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig)
Read an Enforcement Point under Infra/Site
|
void |
EnforcementPointsStub.get(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback)
Paginated list of all enforcementpoints under Site.
|
void |
EnforcementPointsStub.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback) |
void |
EnforcementPoints.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all enforcementpoints under Site.
|
void |
EnforcementPointsStub.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeBridgeProfiles.delete(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<Void> asyncCallback)
API will delete L2 bridge profile with ID profile-id
|
void |
EdgeBridgeProfilesStub.delete(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<Void> asyncCallback) |
void |
EdgeBridgeProfiles.delete(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete L2 bridge profile with ID profile-id
|
void |
EdgeBridgeProfilesStub.delete(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeBridgeProfiles.get(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback)
Read L2 bridge profile with ID profile-id
|
void |
EdgeBridgeProfilesStub.get(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback) |
void |
EdgeBridgeProfiles.get(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback,
InvocationConfig invocationConfig)
Read L2 bridge profile with ID profile-id
|
void |
EdgeBridgeProfilesStub.get(String siteId,
String enforcementPointId,
String profileId,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeClustersStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
AsyncCallback<PolicyEdgeCluster> asyncCallback) |
void |
EdgeClusters.get(String siteId,
String enforcementpointId,
String edgeClusterId,
AsyncCallback<PolicyEdgeCluster> asyncCallback)
Read a Edge Cluster under an Enforcement Point
|
void |
EdgeClustersStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
AsyncCallback<PolicyEdgeCluster> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeClusters.get(String siteId,
String enforcementpointId,
String edgeClusterId,
AsyncCallback<PolicyEdgeCluster> asyncCallback,
InvocationConfig invocationConfig)
Read a Edge Cluster under an Enforcement Point
|
void |
TransportZonesStub.get(String siteId,
String enforcementpointId,
String transportZoneId,
AsyncCallback<PolicyTransportZone> asyncCallback) |
void |
TransportZones.get(String siteId,
String enforcementpointId,
String transportZoneId,
AsyncCallback<PolicyTransportZone> asyncCallback)
Read a Transport Zone under an Enforcement Point
|
void |
TransportZonesStub.get(String siteId,
String enforcementpointId,
String transportZoneId,
AsyncCallback<PolicyTransportZone> asyncCallback,
InvocationConfig invocationConfig) |
void |
TransportZones.get(String siteId,
String enforcementpointId,
String transportZoneId,
AsyncCallback<PolicyTransportZone> asyncCallback,
InvocationConfig invocationConfig)
Read a Transport Zone under an Enforcement Point
|
void |
EdgeClustersStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterListResult> asyncCallback) |
void |
EdgeClusters.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterListResult> asyncCallback)
Paginated list of all Edge Clusters under an Enforcement Point
|
void |
EdgeClustersStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeClusters.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Edge Clusters under an Enforcement Point
|
void |
TransportZonesStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyTransportZoneListResult> asyncCallback) |
void |
TransportZones.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyTransportZoneListResult> asyncCallback)
Paginated list of all Transport Zones under an Enforcement Point
|
void |
TransportZonesStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyTransportZoneListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
TransportZones.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyTransportZoneListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Transport Zones under an Enforcement Point
|
void |
EdgeBridgeProfiles.list(String siteId,
String enforcementPointId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2BridgeEndpointProfileListResult> asyncCallback)
List all L2 bridge profiles
|
void |
EdgeBridgeProfilesStub.list(String siteId,
String enforcementPointId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2BridgeEndpointProfileListResult> asyncCallback) |
void |
EdgeBridgeProfiles.list(String siteId,
String enforcementPointId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2BridgeEndpointProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
List all L2 bridge profiles
|
void |
EdgeBridgeProfilesStub.list(String siteId,
String enforcementPointId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2BridgeEndpointProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeBridgeProfiles.patch(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<Void> asyncCallback)
API will create or update L2 bridge profile with ID profile-id.
|
void |
EdgeBridgeProfilesStub.patch(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<Void> asyncCallback) |
void |
EdgeBridgeProfiles.patch(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update L2 bridge profile with ID profile-id.
|
void |
EdgeBridgeProfilesStub.patch(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeBridgeProfiles.update(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback)
API will create or update L2 bridge profile with ID profile-id.
|
void |
EdgeBridgeProfilesStub.update(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback) |
void |
EdgeBridgeProfiles.update(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback,
InvocationConfig invocationConfig)
API will create or update L2 bridge profile with ID profile-id.
|
void |
EdgeBridgeProfilesStub.update(String siteId,
String enforcementPointId,
String profileId,
L2BridgeEndpointProfile l2BridgeEndpointProfile,
AsyncCallback<L2BridgeEndpointProfile> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
UrlCategorizationConfigs.delete(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<Void> asyncCallback)
Delete PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.delete(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<Void> asyncCallback) |
void |
UrlCategorizationConfigs.delete(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.delete(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeNodes.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
AsyncCallback<PolicyEdgeNode> asyncCallback)
Read a Edge Node under an Enforcement Point, Edge Cluster
|
void |
EdgeNodesStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
AsyncCallback<PolicyEdgeNode> asyncCallback) |
void |
EdgeNodes.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
AsyncCallback<PolicyEdgeNode> asyncCallback,
InvocationConfig invocationConfig)
Read a Edge Node under an Enforcement Point, Edge Cluster
|
void |
EdgeNodesStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
AsyncCallback<PolicyEdgeNode> asyncCallback,
InvocationConfig invocationConfig) |
void |
UrlCategorizationConfigs.get(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback)
Gets a PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.get(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback) |
void |
UrlCategorizationConfigs.get(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback,
InvocationConfig invocationConfig)
Gets a PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.get(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeNodes.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeNodeListResult> asyncCallback)
Paginated list of all Edge Nodes under an Enforcement Point, Edge Cluster
|
void |
EdgeNodesStub.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeNodeListResult> asyncCallback) |
void |
EdgeNodes.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeNodeListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Edge Nodes under an Enforcement Point, Edge Cluster
|
void |
EdgeNodesStub.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeNodeListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
UrlCategorizationConfigs.patch(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback)
Creates/Updates a PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.patch(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback) |
void |
UrlCategorizationConfigs.patch(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback,
InvocationConfig invocationConfig)
Creates/Updates a PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.patch(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
UrlCategorizationConfigs.update(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback)
Creates/Updates a PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.update(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback) |
void |
UrlCategorizationConfigs.update(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback,
InvocationConfig invocationConfig)
Creates/Updates a PolicyUrlCategorizationConfig.
|
void |
UrlCategorizationConfigsStub.update(String siteId,
String enforcementPointId,
String edgeClusterId,
String urlCategorizationConfigId,
PolicyUrlCategorizationConfig policyUrlCategorizationConfig,
AsyncCallback<PolicyUrlCategorizationConfig> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagOperations.get(String operationId,
AsyncCallback<TagBulkOperation> asyncCallback)
Get details of tag bulk operation request with which tag is applied or removed
on virtual machines.
|
void |
TagOperationsStub.get(String operationId,
AsyncCallback<TagBulkOperation> asyncCallback) |
void |
TagOperations.get(String operationId,
AsyncCallback<TagBulkOperation> asyncCallback,
InvocationConfig invocationConfig)
Get details of tag bulk operation request with which tag is applied or removed
on virtual machines.
|
void |
TagOperationsStub.get(String operationId,
AsyncCallback<TagBulkOperation> asyncCallback,
InvocationConfig invocationConfig) |
void |
EffectiveResources.list(String cursor,
String filterText,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String tag,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback)
Paginated list of all objects assigned with matching scope and tag values.
|
void |
EffectiveResourcesStub.list(String cursor,
String filterText,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String tag,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback) |
void |
EffectiveResources.list(String cursor,
String filterText,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String tag,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all objects assigned with matching scope and tag values.
|
void |
EffectiveResourcesStub.list(String cursor,
String filterText,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
String scope,
Boolean sortAscending,
String sortBy,
String tag,
AsyncCallback<PolicyResourceReferenceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
TagOperations.update(String operationId,
TagBulkOperation tagBulkOperation,
AsyncCallback<TagBulkOperation> asyncCallback)
Tag can be assigned or unassigned on multiple objects.
|
void |
TagOperationsStub.update(String operationId,
TagBulkOperation tagBulkOperation,
AsyncCallback<TagBulkOperation> asyncCallback) |
void |
TagOperations.update(String operationId,
TagBulkOperation tagBulkOperation,
AsyncCallback<TagBulkOperation> asyncCallback,
InvocationConfig invocationConfig)
Tag can be assigned or unassigned on multiple objects.
|
void |
TagOperationsStub.update(String operationId,
TagBulkOperation tagBulkOperation,
AsyncCallback<TagBulkOperation> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(String operationId,
AsyncCallback<TagBulkOperationStatus> asyncCallback) |
void |
Status.get(String operationId,
AsyncCallback<TagBulkOperationStatus> asyncCallback)
Get status of tag bulk operation with details of tag operation on each virtual
machine.
|
void |
StatusStub.get(String operationId,
AsyncCallback<TagBulkOperationStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String operationId,
AsyncCallback<TagBulkOperationStatus> asyncCallback,
InvocationConfig invocationConfig)
Get status of tag bulk operation with details of tag operation on each virtual
machine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupsStub.delete(String tier0Id,
String groupId,
AsyncCallback<Void> asyncCallback) |
void |
LocaleServicesStub.delete(String tier0Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback) |
void |
RouteMaps.delete(String tier0Id,
String routeMapId,
AsyncCallback<Void> asyncCallback)
Delete a route map
|
void |
PrefixLists.delete(String tier0Id,
String prefixListId,
AsyncCallback<Void> asyncCallback)
Delete a prefix list
|
void |
Groups.delete(String tier0Id,
String groupId,
AsyncCallback<Void> asyncCallback)
Delete the Group under Tier-0.
|
void |
PrefixListsStub.delete(String tier0Id,
String prefixListId,
AsyncCallback<Void> asyncCallback) |
void |
LocaleServices.delete(String tier0Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback)
Delete Tier-0 locale-services
|
void |
RouteMapsStub.delete(String tier0Id,
String routeMapId,
AsyncCallback<Void> asyncCallback) |
void |
GroupsStub.delete(String tier0Id,
String groupId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.delete(String tier0Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RouteMaps.delete(String tier0Id,
String routeMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a route map
|
void |
PrefixLists.delete(String tier0Id,
String prefixListId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a prefix list
|
void |
Groups.delete(String tier0Id,
String groupId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the Group under Tier-0.
|
void |
PrefixListsStub.delete(String tier0Id,
String prefixListId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.delete(String tier0Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0 locale-services
|
void |
RouteMapsStub.delete(String tier0Id,
String routeMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.get(String tier0Id,
String communityListId,
AsyncCallback<CommunityList> asyncCallback) |
void |
CommunityLists.get(String tier0Id,
String communityListId,
AsyncCallback<CommunityList> asyncCallback)
Read a BGP community list
|
void |
CommunityListsStub.get(String tier0Id,
String communityListId,
AsyncCallback<CommunityList> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.get(String tier0Id,
String communityListId,
AsyncCallback<CommunityList> asyncCallback,
InvocationConfig invocationConfig)
Read a BGP community list
|
void |
GroupsStub.get(String tier0Id,
String groupId,
AsyncCallback<Group> asyncCallback) |
void |
Groups.get(String tier0Id,
String groupId,
AsyncCallback<Group> asyncCallback)
Read Tier-0 Group
|
void |
GroupsStub.get(String tier0Id,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.get(String tier0Id,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0 Group
|
void |
LocaleServicesStub.get(String tier0Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback) |
void |
LocaleServices.get(String tier0Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback)
Read Tier-0 locale-services
|
void |
LocaleServicesStub.get(String tier0Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.get(String tier0Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0 locale-services
|
void |
PrefixLists.get(String tier0Id,
String prefixListId,
AsyncCallback<PrefixList> asyncCallback)
Read a prefix list
|
void |
PrefixListsStub.get(String tier0Id,
String prefixListId,
AsyncCallback<PrefixList> asyncCallback) |
void |
PrefixLists.get(String tier0Id,
String prefixListId,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig)
Read a prefix list
|
void |
PrefixListsStub.get(String tier0Id,
String prefixListId,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunityListListResult> asyncCallback) |
void |
CommunityLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunityListListResult> asyncCallback)
Paginated list of all community lists under a tier-0
|
void |
CommunityListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunityListListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunityListListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all community lists under a tier-0
|
void |
LocaleServicesStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback) |
void |
LocaleServices.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback)
Paginated list of all Tier-0 locale-services
|
void |
LocaleServicesStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 locale-services
|
void |
PrefixLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PrefixListResult> asyncCallback)
Paginated list of all prefix lists
|
void |
PrefixListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PrefixListResult> asyncCallback) |
void |
PrefixLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PrefixListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all prefix lists
|
void |
PrefixListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PrefixListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
RouteMaps.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0RouteMapListResult> asyncCallback)
Paginated list of all route maps under a tier-0
|
void |
RouteMapsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0RouteMapListResult> asyncCallback) |
void |
RouteMaps.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0RouteMapListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all route maps under a tier-0
|
void |
RouteMapsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0RouteMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback) |
void |
Groups.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback)
Paginated list of all Groups for Tier-0.
|
void |
GroupsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String memberTypes,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Groups for Tier-0.
|
void |
ForwardingTable.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback)
Get forwarding table from tier-0
|
void |
RoutingTableStub.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback) |
void |
RoutingTable.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback)
Get routing table from tier-0
|
void |
ForwardingTableStub.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback) |
void |
ForwardingTable.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig)
Get forwarding table from tier-0
|
void |
RoutingTableStub.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoutingTable.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig)
Get routing table from tier-0
|
void |
ForwardingTableStub.list(String tier0Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.patch(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<Void> asyncCallback) |
void |
CommunityLists.patch(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<Void> asyncCallback)
If a community list with the community-list-id is not already present, create a
new community list.
|
void |
CommunityListsStub.patch(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.patch(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a community list with the community-list-id is not already present, create a
new community list.
|
void |
GroupsStub.patch(String tier0Id,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback) |
void |
Groups.patch(String tier0Id,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
GroupsStub.patch(String tier0Id,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.patch(String tier0Id,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
LocaleServicesStub.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback) |
void |
LocaleServices.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
LocaleServicesStub.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
PrefixLists.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<Void> asyncCallback)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<Void> asyncCallback) |
void |
PrefixLists.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.update(String tier0Id,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback) |
void |
Groups.update(String tier0Id,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
GroupsStub.update(String tier0Id,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.update(String tier0Id,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
LocaleServicesStub.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback) |
void |
LocaleServices.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
LocaleServicesStub.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
PrefixLists.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<PrefixList> asyncCallback)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<PrefixList> asyncCallback) |
void |
PrefixLists.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback)
Get statistics of tier-0 DNS forwarder.
|
void |
StatisticsStub.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of tier-0 DNS forwarder.
|
void |
StatusStub.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback) |
void |
Status.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback)
Get current status of tier-0 DNS forwarder.
|
void |
StatusStub.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig)
Get current status of tier-0 DNS forwarder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpAddressesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback) |
void |
IpAddresses.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback)
Get IP addresses that belong to this Tier-0 Group.
|
void |
IpAddressesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddresses.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get IP addresses that belong to this Tier-0 Group.
|
void |
VirtualMachines.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback)
Get Virtual machines that belong to this Tier-0 Group.
|
void |
VirtualMachinesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback) |
void |
VirtualMachines.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
Get Virtual machines that belong to this Tier-0 Group.
|
void |
VirtualMachinesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
BgpStub.delete(String tier0Id,
String localeServiceId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Bgp.delete(String tier0Id,
String localeServiceId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Deletes the specified overridden BgpRoutingConfig.
|
void |
BgpStub.delete(String tier0Id,
String localeServiceId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bgp.delete(String tier0Id,
String localeServiceId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the specified overridden BgpRoutingConfig.
|
void |
ServiceInterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback) |
void |
L3vpns.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<Void> asyncCallback)
Asynchronous method overload.
|
void |
IpsecVpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceInterfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback)
Delete service interface
|
void |
L2vpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback)
Delete L2VPN service for given Tier-0 locale service.
|
void |
L3vpnsStub.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<Void> asyncCallback) |
void |
L2vpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback)
Delete IPSec VPN service for given locale service under Tier-0.
|
void |
ServiceInterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
IpsecVpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete service interface
|
void |
L2vpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete L2VPN service for given Tier-0 locale service.
|
void |
L3vpnsStub.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN service for given locale service under Tier-0.
|
void |
Interfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Delete Tier-0 interface
|
void |
InterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Interfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0 interface
|
void |
InterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
BgpStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<BgpRoutingConfig> asyncCallback) |
void |
Bgp.get(String tier0Id,
String localeServiceId,
AsyncCallback<BgpRoutingConfig> asyncCallback)
Read BGP routing config
|
void |
BgpStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bgp.get(String tier0Id,
String localeServiceId,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig)
Read BGP routing config
|
void |
L2vpnContextStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<L2VpnContext> asyncCallback) |
void |
L2vpnContext.get(String tier0Id,
String localeServiceId,
AsyncCallback<L2VpnContext> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnContextStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<L2VpnContext> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpnContext.get(String tier0Id,
String localeServiceId,
AsyncCallback<L2VpnContext> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnContext.get(String tier0Id,
String localeServiceId,
AsyncCallback<L3VpnContext> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnContextStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<L3VpnContext> asyncCallback) |
void |
L3vpnContext.get(String tier0Id,
String localeServiceId,
AsyncCallback<L3VpnContext> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnContextStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<L3VpnContext> asyncCallback,
InvocationConfig invocationConfig) |
void |
MulticastStub.get(String tier0Id,
String localeServicesId,
AsyncCallback<PolicyMulticastConfig> asyncCallback) |
void |
Multicast.get(String tier0Id,
String localeServicesId,
AsyncCallback<PolicyMulticastConfig> asyncCallback)
Read Multicast Configuration.
|
void |
MulticastStub.get(String tier0Id,
String localeServicesId,
AsyncCallback<PolicyMulticastConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Multicast.get(String tier0Id,
String localeServicesId,
AsyncCallback<PolicyMulticastConfig> asyncCallback,
InvocationConfig invocationConfig)
Read Multicast Configuration.
|
void |
IpsecVpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback) |
void |
IpsecVpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback)
Get IPSec VPN service for given locale service under Tier-0.
|
void |
IpsecVpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN service for given locale service under Tier-0.
|
void |
L2vpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<L2VPNService> asyncCallback)
Get L2VPN service for given Tier-0 locale service.
|
void |
L2vpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<L2VPNService> asyncCallback) |
void |
L2vpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig)
Get L2VPN service for given Tier-0 locale service.
|
void |
L2vpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.get(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback) |
void |
L3vpns.get(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<ServiceInterface> asyncCallback) |
void |
ServiceInterfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<ServiceInterface> asyncCallback)
Read service interface
|
void |
ServiceInterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig)
Read service interface
|
void |
Interfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Tier0Interface> asyncCallback)
Read Tier-0 interface
|
void |
InterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Tier0Interface> asyncCallback) |
void |
Interfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0 interface
|
void |
InterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback) |
void |
IpsecVpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback)
Get paginated list of all IPSec VPN services for given locale service under
Tier-0.
|
void |
IpsecVpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN services for given locale service under
Tier-0.
|
void |
L2vpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNServiceListResult> asyncCallback)
Get paginated list of all L2VPN services under Tier-0.
|
void |
L2vpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNServiceListResult> asyncCallback) |
void |
L2vpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all L2VPN services under Tier-0.
|
void |
L2vpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInterfaceListResult> asyncCallback) |
void |
ServiceInterfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInterfaceListResult> asyncCallback)
Paginated list of all Service Interfaces
|
void |
ServiceInterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Service Interfaces
|
void |
Interfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0InterfaceListResult> asyncCallback)
Paginated list of all Tier-0 Interfaces
|
void |
InterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0InterfaceListResult> asyncCallback) |
void |
Interfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 Interfaces
|
void |
InterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L3VpnListResult> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L3VpnListResult> asyncCallback) |
void |
L3vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L3VpnListResult> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L3VpnListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
BgpStub.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Bgp.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<Void> asyncCallback)
If an BGP routing config not present, create BGP routing config.
|
void |
BgpStub.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bgp.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an BGP routing config not present, create BGP routing config.
|
void |
MulticastStub.patch(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<Void> asyncCallback) |
void |
Multicast.patch(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<Void> asyncCallback)
Create or update a Tier-0 multicast configuration defining the multicast
replication range, the IGMP or a PIM profile.
|
void |
MulticastStub.patch(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Multicast.patch(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update a Tier-0 multicast configuration defining the multicast
replication range, the IGMP or a PIM profile.
|
void |
IpsecVpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback)
Create or patch IPSec VPN service for given locale service under Tier-0.
|
void |
IpsecVpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch IPSec VPN service for given locale service under Tier-0.
|
void |
L2vpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<Void> asyncCallback)
Create or patch L2VPN service for given Tier-0 locale service.
|
void |
L2vpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<Void> asyncCallback) |
void |
L2vpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch L2VPN service for given Tier-0 locale service.
|
void |
L2vpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<Void> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<Void> asyncCallback) |
void |
L3vpns.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<Void> asyncCallback) |
void |
ServiceInterfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<Void> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
ServiceInterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
Interfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Void> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Interfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback) |
void |
L3vpns.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig) |
void |
BgpStub.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<BgpRoutingConfig> asyncCallback) |
void |
Bgp.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<BgpRoutingConfig> asyncCallback)
If BGP routing config is not already present, create BGP routing config.
|
void |
BgpStub.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bgp.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
Boolean override,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig)
If BGP routing config is not already present, create BGP routing config.
|
void |
MulticastStub.update(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<PolicyMulticastConfig> asyncCallback) |
void |
Multicast.update(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<PolicyMulticastConfig> asyncCallback)
Create or update a Tier-0 multicast configuration defining the multicast
replication range, the IGMP or a PIM profile.
|
void |
MulticastStub.update(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<PolicyMulticastConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Multicast.update(String tier0Id,
String localeServicesId,
PolicyMulticastConfig policyMulticastConfig,
AsyncCallback<PolicyMulticastConfig> asyncCallback,
InvocationConfig invocationConfig)
Create or update a Tier-0 multicast configuration defining the multicast
replication range, the IGMP or a PIM profile.
|
void |
IpsecVpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback) |
void |
IpsecVpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback)
Create or fully replace IPSec VPN service for given locale service under Tier-0.
|
void |
IpsecVpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN service for given locale service under Tier-0.
|
void |
L2vpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<L2VPNService> asyncCallback)
Create or fully replace L2VPN service for given Tier-0 locale service.
|
void |
L2vpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<L2VPNService> asyncCallback) |
void |
L2vpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace L2VPN service for given Tier-0 locale service.
|
void |
L2vpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<L3Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<L3Vpn> asyncCallback) |
void |
L3vpns.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<ServiceInterface> asyncCallback) |
void |
ServiceInterfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<ServiceInterface> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
ServiceInterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
Interfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Tier0Interface> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Tier0Interface> asyncCallback) |
void |
Interfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
Boolean override,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
NeighborsStub.delete(String tier0Id,
String localeServiceId,
String neighborId,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Neighbors.delete(String tier0Id,
String localeServiceId,
String neighborId,
Boolean override,
AsyncCallback<Void> asyncCallback)
Delete BGP neighbor config
|
void |
NeighborsStub.delete(String tier0Id,
String localeServiceId,
String neighborId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.delete(String tier0Id,
String localeServiceId,
String neighborId,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete BGP neighbor config
|
void |
NeighborsStub.get(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<BgpNeighborConfig> asyncCallback) |
void |
Neighbors.get(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<BgpNeighborConfig> asyncCallback)
Read BGP neighbor config
|
void |
NeighborsStub.get(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.get(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig)
Read BGP neighbor config
|
void |
NeighborsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborConfigListResult> asyncCallback) |
void |
Neighbors.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborConfigListResult> asyncCallback)
Paginated list of all BGP neighbor configurations
|
void |
NeighborsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all BGP neighbor configurations
|
void |
NeighborsStub.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<Void> asyncCallback) |
void |
Neighbors.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<Void> asyncCallback)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
void |
NeighborsStub.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
void |
NeighborsStub.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<BgpNeighborConfig> asyncCallback) |
void |
Neighbors.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<BgpNeighborConfig> asyncCallback)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
void |
NeighborsStub.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
Boolean override,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback) |
void |
AdvertisedRoutes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback)
Returns routes advertised by BGP neighbor from all edge transport nodes on which
this neighbor is currently enabled.
|
void |
Routes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback)
Returns routes learned by BGP neighbor from all edge nodes on which this
neighbor is currently enabled.
|
void |
AdvertisedRoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback) |
void |
RoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
AdvertisedRoutes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns routes advertised by BGP neighbor from all edge transport nodes on which
this neighbor is currently enabled.
|
void |
Routes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns routes learned by BGP neighbor from all edge nodes on which this
neighbor is currently enabled.
|
void |
AdvertisedRoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatusStub.list(String tier0Id,
String localeServiceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyBgpNeighborsStatusListResult> asyncCallback) |
void |
Status.list(String tier0Id,
String localeServiceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyBgpNeighborsStatusListResult> asyncCallback)
Asynchronous method overload.
|
void |
StatusStub.list(String tier0Id,
String localeServiceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyBgpNeighborsStatusListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.list(String tier0Id,
String localeServiceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyBgpNeighborsStatusListResult> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BgpSummary.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteBgpSummary> asyncCallback)
Get RTEP span and mac address-table.
|
void |
BgpSummaryStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteBgpSummary> asyncCallback) |
void |
BgpSummary.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteBgpSummary> asyncCallback,
InvocationConfig invocationConfig)
Get RTEP span and mac address-table.
|
void |
BgpSummaryStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteBgpSummary> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatusStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteStatus> asyncCallback) |
void |
Status.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteStatus> asyncCallback)
Get RTEP mesh connectivity status.
|
void |
StatusStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterInterSiteStatus> asyncCallback,
InvocationConfig invocationConfig)
Get RTEP mesh connectivity status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DadStateStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback) |
void |
DadState.get(String tier0Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback)
Get tier-0 interface DAD state information.
|
void |
DadStateStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback,
InvocationConfig invocationConfig) |
void |
DadState.get(String tier0Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback,
InvocationConfig invocationConfig)
Get tier-0 interface DAD state information.
|
void |
ArpTable.list(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback)
Asynchronous method overload.
|
void |
ArpTableStub.list(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback) |
void |
ArpTable.list(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
ArpTableStub.list(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Summary.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback)
Get tier-0 interface statistics summary information.
|
void |
SummaryStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback) |
void |
Summary.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback,
InvocationConfig invocationConfig)
Get tier-0 interface statistics summary information.
|
void |
SummaryStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback)
Delete IPSec VPN session for a given locale service under Tier-0.
|
void |
LocalEndpoints.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback)
Delete IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback) |
void |
LocalEndpointsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN session for a given locale service under Tier-0.
|
void |
LocalEndpoints.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpointsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback)
Get IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
LocalEndpointsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback) |
void |
LocalEndpoints.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
LocalEndpointsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback)
Get IPSec VPN session without sensitive data for a given locale service under
Tier-0.
|
void |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback) |
void |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN session without sensitive data for a given locale service under
Tier-0.
|
void |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback)
Get paginated list of all IPSec VPN local endpoints for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback) |
void |
LocalEndpoints.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN local endpoints for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback)
Get paginated list of all IPSec VPN sessions for a given locale service under
Tier-0.
|
void |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback) |
void |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN sessions for a given locale service under
Tier-0.
|
void |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback)
Create or patch a custom IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback) |
void |
LocalEndpoints.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch a custom IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback)
Create or patch an IPSec VPN session for a given locale service under Tier-0.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch an IPSec VPN session for a given locale service under Tier-0.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback)
Get IPSec VPN session with senstive data for a given locale service under
Tier-0.
|
void |
SessionsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback) |
void |
Sessions.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN session with senstive data for a given locale service under
Tier-0.
|
void |
SessionsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback)
Create or fully replace IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback) |
void |
LocalEndpoints.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback)
Create or fully replace IPSec VPN session for a given locale service under
Tier-0.
|
void |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback) |
void |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN session for a given locale service under
Tier-0.
|
void |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.create(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
Statistics.create(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Resets the statistics of the given VPN session.
|
void |
StatisticsStub.create(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.create(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Resets the statistics of the given VPN session.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback) |
void |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
L2vpns.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<Void> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<Void> asyncCallback) |
void |
L2vpns.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpns.get(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<L2Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<L2Vpn> asyncCallback) |
void |
L2vpns.get(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VpnListResult> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VpnListResult> asyncCallback) |
void |
L2vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VpnListResult> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VpnListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpns.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<Void> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<Void> asyncCallback) |
void |
L2vpns.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpns.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<L2Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<L2Vpn> asyncCallback) |
void |
L2vpns.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback) |
void |
PeerConfig.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback)
Asynchronous method overload.
|
void |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
PeerConfig.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnStatistics> asyncCallback)
Asynchronous method overload.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnStatistics> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sessions.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
AsyncCallback<Void> asyncCallback)
Create or patch an L2VPN session under Tier-0 from Peer Codes.
|
void |
SessionsStub.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch an L2VPN session under Tier-0 from Peer Codes.
|
void |
SessionsStub.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback)
Delete L2VPN session under Tier-0.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete L2VPN session under Tier-0.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<L2VPNSession> asyncCallback)
Get L2VPN session under Tier-0.
|
void |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<L2VPNSession> asyncCallback) |
void |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig)
Get L2VPN session under Tier-0.
|
void |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNSessionListResult> asyncCallback)
Get paginated list of all L2VPN sessions under Tier-0.
|
void |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNSessionListResult> asyncCallback) |
void |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNSessionListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all L2VPN sessions under Tier-0.
|
void |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNSessionListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<Void> asyncCallback)
Create or patch an L2VPN session under Tier-0.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch an L2VPN session under Tier-0.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<L2VPNSession> asyncCallback)
Create or fully replace L2VPN session under Tier-0.
|
void |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<L2VPNSession> asyncCallback) |
void |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace L2VPN session under Tier-0.
|
void |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
AsyncCallback<AggregateL2VPNSessionPeerConfig> asyncCallback) |
void |
PeerConfig.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
AsyncCallback<AggregateL2VPNSessionPeerConfig> asyncCallback)
Get peer config for the Tier-0 L2VPN session to configure the remote side of the
tunnel.
|
void |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
AsyncCallback<AggregateL2VPNSessionPeerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
PeerConfig.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
AsyncCallback<AggregateL2VPNSessionPeerConfig> asyncCallback,
InvocationConfig invocationConfig)
Get peer config for the Tier-0 L2VPN session to configure the remote side of the
tunnel.
|
void |
RemoteMacStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback) |
void |
RemoteMac.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback)
Returns L2Vpn session remote macs for a logical switch.
|
void |
RemoteMacStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback,
InvocationConfig invocationConfig) |
void |
RemoteMac.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback,
InvocationConfig invocationConfig)
Returns L2Vpn session remote macs for a logical switch.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback) |
void |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback)
- no enforcement point path specified: detailed tatus is evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed tatus is evaluated on each
enforcement point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL3VpnStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL3VpnStatistics> asyncCallback)
Asynchronous method overload.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL3VpnStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL3VpnStatistics> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgmpMemberships.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IgmpMemberships> asyncCallback)
Get Igmp Memberships.
|
void |
IgmpMembershipsStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IgmpMemberships> asyncCallback) |
void |
IgmpMemberships.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IgmpMemberships> asyncCallback,
InvocationConfig invocationConfig)
Get Igmp Memberships.
|
void |
IgmpMembershipsStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IgmpMemberships> asyncCallback,
InvocationConfig invocationConfig) |
void |
PimRpMappings.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PimRpMappings> asyncCallback)
Get PIM Rendezvous Point Mappings.
|
void |
PimRpMappingsStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PimRpMappings> asyncCallback) |
void |
PimRpMappings.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PimRpMappings> asyncCallback,
InvocationConfig invocationConfig)
Get PIM Rendezvous Point Mappings.
|
void |
PimRpMappingsStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PimRpMappings> asyncCallback,
InvocationConfig invocationConfig) |
void |
Forwarding.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastForwarding> asyncCallback)
Get Multicast Forwarding.
|
void |
ForwardingStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastForwarding> asyncCallback) |
void |
Forwarding.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastForwarding> asyncCallback,
InvocationConfig invocationConfig)
Get Multicast Forwarding.
|
void |
ForwardingStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastForwarding> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoutesStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastRoutes> asyncCallback) |
void |
Routes.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastRoutes> asyncCallback)
Get Multicast Routes.
|
void |
RoutesStub.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastRoutes> asyncCallback,
InvocationConfig invocationConfig) |
void |
Routes.get(String tier0Id,
String localeServicesId,
String cursor,
String edgePath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyMulticastRoutes> asyncCallback,
InvocationConfig invocationConfig)
Get Multicast Routes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback)
Get statistics for all data NICs on all runtimes associated with this
PolicyServiceInstance.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics for all data NICs on all runtimes associated with this
PolicyServiceInstance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BfdPeers.delete(String tier0Id,
String bfdPeerId,
AsyncCallback<Void> asyncCallback)
Delete this StaticRouteBfdPeer and all the entities contained by it.
|
void |
BfdPeersStub.delete(String tier0Id,
String bfdPeerId,
AsyncCallback<Void> asyncCallback) |
void |
BfdPeers.delete(String tier0Id,
String bfdPeerId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete this StaticRouteBfdPeer and all the entities contained by it.
|
void |
BfdPeersStub.delete(String tier0Id,
String bfdPeerId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdPeers.get(String tier0Id,
String bfdPeerId,
AsyncCallback<StaticRouteBfdPeer> asyncCallback)
Read a StaticRouteBfdPeer with the bfd-peer-id.
|
void |
BfdPeersStub.get(String tier0Id,
String bfdPeerId,
AsyncCallback<StaticRouteBfdPeer> asyncCallback) |
void |
BfdPeers.get(String tier0Id,
String bfdPeerId,
AsyncCallback<StaticRouteBfdPeer> asyncCallback,
InvocationConfig invocationConfig)
Read a StaticRouteBfdPeer with the bfd-peer-id.
|
void |
BfdPeersStub.get(String tier0Id,
String bfdPeerId,
AsyncCallback<StaticRouteBfdPeer> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdPeers.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRouteBfdPeerListResult> asyncCallback)
Paginated list of all StaticRouteBfdPeers.
|
void |
BfdPeersStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRouteBfdPeerListResult> asyncCallback) |
void |
BfdPeers.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRouteBfdPeerListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all StaticRouteBfdPeers.
|
void |
BfdPeersStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRouteBfdPeerListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdPeers.patch(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<Void> asyncCallback)
If a StaticRouteBfdPeer with the bfd-peer-id is not already present, create a
new StaticRouteBfdPeer.
|
void |
BfdPeersStub.patch(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<Void> asyncCallback) |
void |
BfdPeers.patch(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a StaticRouteBfdPeer with the bfd-peer-id is not already present, create a
new StaticRouteBfdPeer.
|
void |
BfdPeersStub.patch(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
BfdPeers.update(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<StaticRouteBfdPeer> asyncCallback)
If a StaticRouteBfdPeer with the bfd-peer-id is not already present, create a
new StaticRouteBfdPeer.
|
void |
BfdPeersStub.update(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<StaticRouteBfdPeer> asyncCallback) |
void |
BfdPeers.update(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<StaticRouteBfdPeer> asyncCallback,
InvocationConfig invocationConfig)
If a StaticRouteBfdPeer with the bfd-peer-id is not already present, create a
new StaticRouteBfdPeer.
|
void |
BfdPeersStub.update(String tier0Id,
String bfdPeerId,
StaticRouteBfdPeer staticRouteBfdPeer,
AsyncCallback<StaticRouteBfdPeer> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
DnsForwarder.create(String tier1Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Perform the specified action for Tier0 DNS forwarder on specified enforcement
point.
|
void |
DnsForwarderStub.create(String tier1Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarder.create(String tier1Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Perform the specified action for Tier0 DNS forwarder on specified enforcement
point.
|
void |
DnsForwarderStub.create(String tier1Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.delete(String tier1Id,
AsyncCallback<Void> asyncCallback)
Delete DNS configuration for tier-1 instance
|
void |
DnsForwarderStub.delete(String tier1Id,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarder.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DNS configuration for tier-1 instance
|
void |
DnsForwarderStub.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.delete(String tier1Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback) |
void |
StaticRoutes.delete(String tier1Id,
String routeId,
AsyncCallback<Void> asyncCallback)
Delete Tier-1 static routes
|
void |
StaticRoutesStub.delete(String tier1Id,
String routeId,
AsyncCallback<Void> asyncCallback) |
void |
IpfixSwitchCollectionInstances.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX Switch Collection Instance.Flow forwarding to selected
collector will be stopped.
|
void |
LocaleServices.delete(String tier1Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback)
Delete Tier-1 locale-services
|
void |
Segments.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback)
Delete segment
|
void |
SegmentsStub.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
IpfixSwitchCollectionInstancesStub.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<Void> asyncCallback) |
void |
LocaleServicesStub.delete(String tier1Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.delete(String tier1Id,
String routeId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 static routes
|
void |
StaticRoutesStub.delete(String tier1Id,
String routeId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX Switch Collection Instance.Flow forwarding to selected
collector will be stopped.
|
void |
LocaleServices.delete(String tier1Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 locale-services
|
void |
Segments.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete segment
|
void |
SegmentsStub.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstancesStub.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.delete0(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
Segments.delete0(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.get(String tier1Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback)
Read the DNS Forwarder for the given tier-1 instance
|
void |
DnsForwarderStub.get(String tier1Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback) |
void |
DnsForwarder.get(String tier1Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig)
Read the DNS Forwarder for the given tier-1 instance
|
void |
DnsForwarderStub.get(String tier1Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback)
API will return details of IPFIX switch collection.
|
void |
IpfixSwitchCollectionInstancesStub.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback) |
void |
IpfixSwitchCollectionInstances.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX switch collection.
|
void |
IpfixSwitchCollectionInstancesStub.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.get(String tier1Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback) |
void |
LocaleServices.get(String tier1Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback)
Read Tier-1 locale-services
|
void |
LocaleServicesStub.get(String tier1Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.get(String tier1Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 locale-services
|
void |
Segments.get(String tier1Id,
String segmentId,
AsyncCallback<Segment> asyncCallback)
Read segment
|
void |
SegmentsStub.get(String tier1Id,
String segmentId,
AsyncCallback<Segment> asyncCallback) |
void |
Segments.get(String tier1Id,
String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
Read segment
|
void |
SegmentsStub.get(String tier1Id,
String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.get(String tier1Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback)
Read Tier-1 static routes
|
void |
StaticRoutesStub.get(String tier1Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback) |
void |
StaticRoutes.get(String tier1Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 static routes
|
void |
StaticRoutesStub.get(String tier1Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig) |
void |
State.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1GatewayState> asyncCallback)
Returns
|
void |
StateStub.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1GatewayState> asyncCallback) |
void |
State.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1GatewayState> asyncCallback,
InvocationConfig invocationConfig)
Returns
|
void |
StateStub.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1GatewayState> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayFirewall.list(String tier1Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback)
Get filtered view of Gateway Firewall rules associated with the Tier-1.
|
void |
GatewayFirewallStub.list(String tier1Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback) |
void |
GatewayFirewall.list(String tier1Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
Get filtered view of Gateway Firewall rules associated with the Tier-1.
|
void |
GatewayFirewallStub.list(String tier1Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXSwitchCollectionInstanceListResult> asyncCallback)
API provides list IPFIX Switch collection instances available on selected
logical switch.
|
void |
IpfixSwitchCollectionInstancesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXSwitchCollectionInstanceListResult> asyncCallback) |
void |
IpfixSwitchCollectionInstances.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXSwitchCollectionInstanceListResult> asyncCallback,
InvocationConfig invocationConfig)
API provides list IPFIX Switch collection instances available on selected
logical switch.
|
void |
IpfixSwitchCollectionInstancesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXSwitchCollectionInstanceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback) |
void |
LocaleServices.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback)
Paginated list of all Tier-1 locale-services
|
void |
LocaleServicesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 locale-services
|
void |
Segments.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback)
Paginated list of all segments under Tier-1 instance
|
void |
SegmentsStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback) |
void |
Segments.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all segments under Tier-1 instance
|
void |
SegmentsStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback)
Paginated list of all Tier-1 Static Routes
|
void |
StaticRoutesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback) |
void |
StaticRoutes.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 Static Routes
|
void |
StaticRoutesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ForwardingTable.list(String tier1Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback)
Get forwarding table from tier-1
|
void |
ForwardingTableStub.list(String tier1Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback) |
void |
ForwardingTable.list(String tier1Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig)
Get forwarding table from tier-1
|
void |
ForwardingTableStub.list(String tier1Id,
String cursor,
String edgeId,
String edgePath,
String enforcementPointPath,
String includedFields,
String networkPrefix,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarder.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX switch collection instance if the IPFIX switch collection
instance with given id does not already exist.
|
void |
IpfixSwitchCollectionInstancesStub.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<Void> asyncCallback) |
void |
IpfixSwitchCollectionInstances.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX switch collection instance if the IPFIX switch collection
instance with given id does not already exist.
|
void |
IpfixSwitchCollectionInstancesStub.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback) |
void |
LocaleServices.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale services.
|
void |
LocaleServicesStub.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale services.
|
void |
Segments.patch(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback) |
void |
Segments.patch(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback) |
void |
StaticRoutes.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback) |
void |
DnsForwarder.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback)
Create or replace IPFIX switch collection instance.
|
void |
IpfixSwitchCollectionInstancesStub.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback) |
void |
IpfixSwitchCollectionInstances.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig)
Create or replace IPFIX switch collection instance.
|
void |
IpfixSwitchCollectionInstancesStub.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback) |
void |
LocaleServices.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale-services.
|
void |
LocaleServicesStub.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale-services.
|
void |
Segments.update(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback) |
void |
Segments.update(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback) |
void |
StaticRoutes.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback)
Get statistics of tier-1 DNS forwarder.
|
void |
StatisticsStub.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of tier-1 DNS forwarder.
|
void |
StatusStub.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback) |
void |
Status.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback)
Get current status of tier-1 DNS forwarder.
|
void |
StatusStub.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig)
Get current status of tier-1 DNS forwarder.
|
void |
Nslookup.get(String tier1Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback)
Query the nameserver for an ip-address or a FQDN of the given an address
optionally using an specified DNS server.
|
void |
NslookupStub.get(String tier1Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback) |
void |
Nslookup.get(String tier1Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback,
InvocationConfig invocationConfig)
Query the nameserver for an ip-address or a FQDN of the given an address
optionally using an specified DNS server.
|
void |
NslookupStub.get(String tier1Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Interfaces.delete(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Void> asyncCallback)
Delete Tier-1 interface
|
void |
InterfacesStub.delete(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Void> asyncCallback) |
void |
Interfaces.delete(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 interface
|
void |
InterfacesStub.delete(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.get(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Tier1Interface> asyncCallback)
Read Tier-1 interface
|
void |
InterfacesStub.get(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Tier1Interface> asyncCallback) |
void |
Interfaces.get(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 interface
|
void |
InterfacesStub.get(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayFirewall.list(String tier1Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback)
Get filtered view of Gateway Firewall rules associated with the Tier-1 Locale
Services.
|
void |
GatewayFirewallStub.list(String tier1Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback) |
void |
GatewayFirewall.list(String tier1Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
Get filtered view of Gateway Firewall rules associated with the Tier-1 Locale
Services.
|
void |
GatewayFirewallStub.list(String tier1Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1InterfaceListResult> asyncCallback)
Paginated list of all Tier-1 interfaces
|
void |
InterfacesStub.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1InterfaceListResult> asyncCallback) |
void |
Interfaces.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 interfaces
|
void |
InterfacesStub.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Void> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Void> asyncCallback) |
void |
Interfaces.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Tier1Interface> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Tier1Interface> asyncCallback) |
void |
Interfaces.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
DadStateStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback) |
void |
DadState.get(String tier1Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback)
Get tier-1 interface DAD state information.
|
void |
DadStateStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback,
InvocationConfig invocationConfig) |
void |
DadState.get(String tier1Id,
String localeServiceId,
String interfaceId,
String enforcementPointPath,
AsyncCallback<InterfaceDADState> asyncCallback,
InvocationConfig invocationConfig)
Get tier-1 interface DAD state information.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback)
Get tier-1 interface statistics information.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get tier-1 interface statistics information.
|
void |
ArpTable.list(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback)
Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the tier-1
interface, on a edge node specified in edge_path parameter.
|
void |
ArpTableStub.list(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback) |
void |
ArpTable.list(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig)
Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the tier-1
interface, on a edge node specified in edge_path parameter.
|
void |
ArpTableStub.list(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Summary.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback)
Get tier-1 interface statistics information.
|
void |
SummaryStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback) |
void |
Summary.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback,
InvocationConfig invocationConfig)
Get tier-1 interface statistics information.
|
void |
SummaryStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatisticsSummary> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.create(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
Statistics.create(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Resets the statistics of the given VPN session.
|
void |
StatisticsStub.create(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.create(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Resets the statistics of the given VPN session.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback) |
void |
DetailedStatus.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteMacStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback) |
void |
RemoteMac.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback)
Returns L2Vpn session remote macs for a logical switch.
|
void |
RemoteMacStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback,
InvocationConfig invocationConfig) |
void |
RemoteMac.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String segmentPath,
AsyncCallback<AggregateL2VpnSessionRemoteMac> asyncCallback,
InvocationConfig invocationConfig)
Returns L2Vpn session remote macs for a logical switch.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback) |
void |
DetailedStatus.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback)
- no enforcement point path specified: detailed tatus is evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed tatus is evaluated on each
enforcement point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback)
Get statistics for all data NICs on all runtimes associated with this Tier1
PolicyServiceInstance.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics for all data NICs on all runtimes associated with this Tier1
PolicyServiceInstance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NatRules.delete(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback)
Delete NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.delete(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback) |
void |
NatRules.delete(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.delete(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.get(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback)
Get NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.get(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback) |
void |
NatRules.get(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig)
Get NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.get(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback)
List NAT Rules from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback) |
void |
NatRules.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List NAT Rules from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback) |
void |
Statistics.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback)
List NAT Rules Statistics from Tier-1 denoted by Tier-1 ID.
|
void |
StatisticsStub.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback,
InvocationConfig invocationConfig)
List NAT Rules Statistics from Tier-1 denoted by Tier-1 ID.
|
void |
NatRules.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback)
If a NAT Rule is not already present on Tier-1 denoted by Tier-1 ID, under NAT
section denoted by
|
void |
NatRulesStub.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback) |
void |
NatRules.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a NAT Rule is not already present on Tier-1 denoted by Tier-1 ID, under NAT
section denoted by
|
void |
NatRulesStub.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback)
Update NAT Rule on Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback) |
void |
NatRules.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig)
Update NAT Rule on Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback) |
void |
Statistics.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback)
Get NAT Rule Statistics from Tier-1 denoted by Tier-1 ID, under NAT section
denoted by
|
void |
StatisticsStub.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get NAT Rule Statistics from Tier-1 denoted by Tier-1 ID, under NAT section
denoted by
|
| Modifier and Type | Method and Description |
|---|---|
void |
StaticArpStub.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
StaticArp.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback)
Delete static ARP config
|
void |
StaticArpStub.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete static ARP config
|
void |
PortsStub.delete(String tier1Id,
String segmentId,
String portId,
AsyncCallback<Void> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Segment Monitoring Profile Binding Profile.
|
void |
Ports.delete(String tier1Id,
String segmentId,
String portId,
AsyncCallback<Void> asyncCallback)
Delete a Tier-1 segment port by giving ID.
|
void |
SegmentMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
DhcpStaticBindingConfigs.delete(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback)
Delete DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.delete(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback) |
void |
PortsStub.delete(String tier1Id,
String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Segment Monitoring Profile Binding Profile.
|
void |
Ports.delete(String tier1Id,
String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a Tier-1 segment port by giving ID.
|
void |
SegmentMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpStaticBindingConfigs.delete(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.delete(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArpStub.get(String tier1Id,
String segmentId,
AsyncCallback<StaticARPConfig> asyncCallback) |
void |
StaticArp.get(String tier1Id,
String segmentId,
AsyncCallback<StaticARPConfig> asyncCallback)
Read static ARP config
|
void |
StaticArpStub.get(String tier1Id,
String segmentId,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.get(String tier1Id,
String segmentId,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig)
Read static ARP config
|
void |
SegmentMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback)
API will get Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.get(String tier1Id,
String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback) |
void |
Ports.get(String tier1Id,
String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback)
Get detail information on a Tier-1 segment port by giving ID.
|
void |
PortsStub.get(String tier1Id,
String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.get(String tier1Id,
String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Get detail information on a Tier-1 segment port by giving ID.
|
void |
DhcpStaticBindingConfigs.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback)
Read DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback) |
void |
DhcpStaticBindingConfigs.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP static binding
|
void |
DhcpStaticBindingConfigsStub.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
State.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback)
Get tier1 segment state information.
|
void |
StateStub.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback) |
void |
State.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback,
InvocationConfig invocationConfig)
Get tier1 segment state information.
|
void |
StateStub.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentConfigurationState> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback)
Get tier1 segment statistics information.
|
void |
StatisticsStub.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get tier1 segment statistics information.
|
void |
DhcpStaticBindingConfigs.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback)
Paginated list of all DHCP static binding instances
|
void |
DhcpStaticBindingConfigsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback) |
void |
DhcpStaticBindingConfigs.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP static binding instances
|
void |
DhcpStaticBindingConfigsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpStaticBindingConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Segment Monitoring Profile Binding Maps in current segment id.
|
void |
SegmentMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Segment Monitoring Profile Binding Maps in current segment id.
|
void |
SegmentMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback) |
void |
Ports.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback)
List all the ports for a Tier-1 segment.
|
void |
PortsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig)
List all the ports for a Tier-1 segment.
|
void |
ArpTable.list(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback)
Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the interface
(downlink) attaching segment to tier-1 gateway, on a edge node specified in
edge_path parameter.
|
void |
ArpTableStub.list(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback) |
void |
ArpTable.list(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig)
Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the interface
(downlink) attaching segment to tier-1 gateway, on a edge node specified in
edge_path parameter.
|
void |
ArpTableStub.list(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<InterfaceArpTable> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArpStub.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<Void> asyncCallback) |
void |
StaticArp.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<Void> asyncCallback)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
StaticArpStub.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
SegmentMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback) |
void |
Ports.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
PortsStub.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
DhcpStaticBindingConfigs.patch(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.patch(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback) |
void |
DhcpStaticBindingConfigs.patch(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.patch(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArpStub.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<StaticARPConfig> asyncCallback) |
void |
StaticArp.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<StaticARPConfig> asyncCallback)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
StaticArpStub.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
SegmentMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback)
API will update Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback) |
void |
Ports.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
void |
PortsStub.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
void |
DhcpStaticBindingConfigs.update(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.update(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback) |
void |
DhcpStaticBindingConfigs.update(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
If binding with the binding-id is not already present, create a new DHCP static
binding instance.
|
void |
DhcpStaticBindingConfigsStub.update(String tier1Id,
String segmentId,
String bindingId,
Structure dhcpStaticBindingConfig,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
State.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback)
Read DHCP static binding state
|
void |
StateStub.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback) |
void |
State.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP static binding state
|
void |
StateStub.get(String tier1Id,
String segmentId,
String bindingId,
AsyncCallback<DhcpStaticBindingState> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback) |
void |
Status.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback)
Get segment cross site traffic statistics.
|
void |
StatusStub.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentCrossSiteTrafficStats> asyncCallback,
InvocationConfig invocationConfig)
Get segment cross site traffic statistics.
|
void |
SiteSpanInfo.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback)
Get segment cross site forwarder placement and HA statuss.
|
void |
SiteSpanInfoStub.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback) |
void |
SiteSpanInfo.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback,
InvocationConfig invocationConfig)
Get segment cross site forwarder placement and HA statuss.
|
void |
SiteSpanInfoStub.get(String tier1Id,
String segmentId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentL2ForwarderSiteSpanInfo> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
PortMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Port Monitoring Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Port Monitoring Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback)
API will get Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Port Monitoring Profile Binding Map.
|
void |
StatisticsStub.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback)
Get tier-1 segment port statistics information.
|
void |
StatisticsStub.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get tier-1 segment port statistics information.
|
void |
PortMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Port Monitoring Profile Binding Maps in current port id.
|
void |
PortMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Port Monitoring Profile Binding Maps in current port id.
|
void |
PortMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback)
API will update Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Port Monitoring Profile Binding Map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(String traceflowId,
String enforcementPointPath,
AsyncCallback<Traceflow> asyncCallback) |
void |
Status.get(String traceflowId,
String enforcementPointPath,
AsyncCallback<Traceflow> asyncCallback)
Read traceflow status with id traceflow-id.
|
void |
StatusStub.get(String traceflowId,
String enforcementPointPath,
AsyncCallback<Traceflow> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String traceflowId,
String enforcementPointPath,
AsyncCallback<Traceflow> asyncCallback,
InvocationConfig invocationConfig)
Read traceflow status with id traceflow-id.
|
void |
ObservationsStub.list(String traceflowId,
String enforcementPointPath,
AsyncCallback<TraceflowObservationListResult> asyncCallback) |
void |
Observations.list(String traceflowId,
String enforcementPointPath,
AsyncCallback<TraceflowObservationListResult> asyncCallback)
Read traceflow observations for id traceflow-id.
|
void |
ObservationsStub.list(String traceflowId,
String enforcementPointPath,
AsyncCallback<TraceflowObservationListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Observations.list(String traceflowId,
String enforcementPointPath,
AsyncCallback<TraceflowObservationListResult> asyncCallback,
InvocationConfig invocationConfig)
Read traceflow observations for id traceflow-id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DslStub.list(String query,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback) |
void |
QueryStub.list(String query,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback) |
void |
Dsl.list(String query,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback)
DSL (Domain Specific Language) search API
|
void |
Query.list(String query,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback)
Full text search API
|
void |
DslStub.list(String query,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback,
InvocationConfig invocationConfig) |
void |
QueryStub.list(String query,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback,
InvocationConfig invocationConfig) |
void |
Dsl.list(String query,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback,
InvocationConfig invocationConfig)
DSL (Domain Specific Language) search API
|
void |
Query.list(String query,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback,
InvocationConfig invocationConfig)
Full text search API
|
| Modifier and Type | Method and Description |
|---|---|
void |
NsxPartialPatchConfigStub.get(AsyncCallback<PartialPatchConfig> asyncCallback) |
void |
NsxPartialPatchConfig.get(AsyncCallback<PartialPatchConfig> asyncCallback)
Get Configuration values for nsx-partial-patch.
|
void |
NsxPartialPatchConfigStub.get(AsyncCallback<PartialPatchConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
NsxPartialPatchConfig.get(AsyncCallback<PartialPatchConfig> asyncCallback,
InvocationConfig invocationConfig)
Get Configuration values for nsx-partial-patch.
|
void |
NsxPartialPatchConfigStub.patch(PartialPatchConfig partialPatchConfig,
AsyncCallback<Void> asyncCallback) |
void |
NsxPartialPatchConfig.patch(PartialPatchConfig partialPatchConfig,
AsyncCallback<Void> asyncCallback)
Update partial patch configuration values.
|
void |
NsxPartialPatchConfigStub.patch(PartialPatchConfig partialPatchConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
NsxPartialPatchConfig.patch(PartialPatchConfig partialPatchConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update partial patch configuration values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncCallbackFuture<T>
Utility which is both an asynchronous callback and a future.
|
class |
AsyncCallbackSyncAdapter<T>
This utility provides a synchronous view of an asynchronous callback.
|
Copyright © 2020. All rights reserved.